AdminConfigurationManagerBaseResolveNodeReference Method |
Resolves a node and its location from a reference.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic abstract DomainNodeLocation ResolveNodeReference(
IConfigurationRequestContext context,
string reference
)
Public MustOverride Function ResolveNodeReference (
context As IConfigurationRequestContext,
reference As String
) As DomainNodeLocation
public:
virtual DomainNodeLocation^ ResolveNodeReference(
IConfigurationRequestContext^ context,
String^ reference
) abstract
Parameters
- context
- Type: MFiles.VAF.Configuration.AdminConfigurationsIConfigurationRequestContext
The context of the node request. - reference
- Type: SystemString
The node reference.
Return Value
Type:
DomainNodeLocationThe node location to which the reference referred to.
RemarksShould throw a not found exception, if not found.
See Also