M-Files Vault Application Framework
C#
Show/Hide TOC
Configurable
Vault
Application
Base
TSecureConfiguration
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.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
string
GetID
()
Return Value
String
The id.
Implements
IConfigurationDomainNode
GetID
See Also
Reference
ConfigurableVaultApplicationBase
TSecureConfiguration
Class
MFiles.VAF.Core Namespace
In This Article
Definition
Return Value
Implements
See Also