AdminConfigurationManagerBaseGetNodeReference 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.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public abstract string GetNodeReference(
DomainNodeLocation nodeLocation
)
- nodeLocation DomainNodeLocation
- The location of the node to create a reference to.
StringThe node location's reference, from which it can be resolved from again.