ExtensionMethodAdminConfigurationManagerGetNodeReference Method

Gets a nodes fully qualified node id, which is namespaced with the root and ancestor ids.

Definition

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

Parameters

nodeLocation  DomainNodeLocation
The location of the node to get the reference for.

Return Value

String
A reference to the node, that can be used to find it and its location.

See Also