ConfigurationDomainBuiltInDomainIdsFromNamespace Method

Provides the id of the domain that apps will appear under if registered under the specified namespace.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string FromNamespace(
	string ns
)

Parameters

ns  String
The namespace where a domain has been registered.

Return Value

String
The id of the parent domain or null, if the namespace was not recognized.

See Also