ConfigurationDomainBuiltInDomainIdsFromNamespace Method |
Provides the id of the domain that apps will appear under if registered
under the specified namespace.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static string FromNamespace(
string ns
)
Parameters
- ns
- Type: SystemString
The namespace where a domain has been registered.
Return Value
Type:
StringThe id of the parent domain or null, if the namespace was not recognized.
See Also