M-Files Vault Application Framework
C#
Show/Hide TOC
IConfiguration
Domain
Node
Get
ID Method
Provides the static id for the node. This value should at least be unique amongst siblings. IDs cannot have spaces, newlines or periods.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
string
GetID
()
Return Value
String
The id.
See Also
Reference
IConfigurationDomainNode Interface
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
See Also