AdminConfigurationManagerBaseCreateDomainDefinition Method

Converts a IConfigurationDomainNode into a serializable ConfigurationDomain understood by MFAdmin.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual ConfigurationDomain CreateDomainDefinition(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation,
	int maxDepth = 0
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.
maxDepth  Int32  (Optional)
Maximum depth to return sub-domain definitions for. Once the max depth is reached, a source definition will be returned, and MFAdmin can follow the source to retrieve lower levels of sub domain definitions.

Return Value

ConfigurationDomain
Definitions of the node's subdomains.

See Also