AdminConfigurationManagerBaseUnRegisterRootNode Method

Removes the registration of the given domain.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void UnRegisterRootNode(
	IConfigurationDomainNode node
)

Parameters

node  IConfigurationDomainNode
The node to unregister.

See Also