ConfigurableVaultApplicationBaseTSecureConfigurationGetSubDomainNodes Method

Provides a list of sub domain nodes to appear as children of this node. Only safe to call if GetCapabilities returns the SubDomains flag.

Definition

Namespace: MFiles.VAF.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual IEnumerable<IConfigurationDomainNode> GetSubDomainNodes(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

IEnumerableIConfigurationDomainNode
The application node's sub-domain nodes.

Implements

IConfigurationDomainNodeGetSubDomainNodes(IConfigurationRequestContext)

See Also