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.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public abstract string GetNodeReference(
	DomainNodeLocation nodeLocation
)

Parameters

nodeLocation  DomainNodeLocation
The location of the node to create a reference to.

Return Value

String
The node location's reference, from which it can be resolved from again.

See Also