AdminConfigurationManagerBaseGetSubDomains Method
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual IEnumerable<ConfigurationDomain> GetSubDomains(
IConfigurationRequestContext context,
DomainNodeLocation nodeLocation,
int maxDepth = 0
)
- 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.
IEnumerableConfigurationDomainDefinitions of the node's subdomains.