ConfigurationDomainBuiltInDomainIdsFromNamespace Method
Provides the id of the domain that apps will appear under if registered
under the specified namespace.
Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static string FromNamespace(
string ns
)
- ns String
- The namespace where a domain has been registered.
StringThe id of the parent domain or null, if the namespace was not recognized.