M-Files Vault Application Framework
C#
Show/Hide TOC
Domain
Node
Location
Create
Sub
Node
Location Method
Helper to create a location for this node's sub node.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
DomainNodeLocation
CreateSubNodeLocation
(
IConfigurationDomainNode
subNode
)
Parameters
subNode
IConfigurationDomainNode
This node's subnode.
Return Value
DomainNodeLocation
The location of the subnode.
See Also
Reference
DomainNodeLocation Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
See Also