ClientOperationsAddSubNode Method

Inserts a node into the client underneath the parent node. This will have no effect if the paren't nodes have not yet loaded.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void AddSubNode(
	IConfigurationDomainNode subNode,
	DomainNodeLocation parentLocation = null
)

Parameters

subNode  IConfigurationDomainNode
The new node to insert.
parentLocation  DomainNodeLocation  (Optional)
The parent of the new node. If not defined, the DefaultNodeLocation is assumed.

See Also