VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Configuration.AdminConfigurations
AdminConfigurationManagerBase Class
AdminConfigurationManagerBase Methods
AddRootNode Method
CreateCommandDefinition Method
CreateCommandMethodSource Method
CreateDomainDefinition Method
CreateReadWriteConfigurationSourceDefinition Method
CreateSourceDefinition Method
Dispose Method
ExecuteBuiltInCommand Method
ExecuteCustomCommand Method
GetCommands Method
GetConfiguration Method
GetDashboard Method
GetNodeReference Method
GetSchema Method
GetStatus Method
GetSubDomains Method
ProcessRequest Method
ResolveNodeReference Method
SaveConfiguration Method
UnRegisterRootNode Method
Validate Method
AdminConfigurationManagerBase
GetNodeReference Method
Gets a reference for a node that can be used in a directive. Typically this is the node id, or some form of path or both.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
abstract
string
GetNodeReference
(
DomainNodeLocation
nodeLocation
)
Parameters
nodeLocation
Type:
MFiles.VAF.Configuration.AdminConfigurations
DomainNodeLocation
The location of the node to create a reference to.
Return Value
Type:
String
The node location's reference, from which it can be resolved from again.
See Also
Reference
AdminConfigurationManagerBase Class
MFiles.VAF.Configuration.AdminConfigurations Namespace