AdminConfigurationManagerBaseResolveNodeReference Method

Resolves a node and its location from a reference.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public abstract DomainNodeLocation ResolveNodeReference(
	IConfigurationRequestContext context,
	string reference
)

Parameters

context  IConfigurationRequestContext
The context of the node request.
reference  String
The node reference.

Return Value

DomainNodeLocation
The node location to which the reference referred to.

Remarks

Should throw a not found exception, if not found.

See Also