ConfigurationDomainRegisterDomain Method (Vault, String, String, ConfigurationDomainOrSource) |
Registers an application domain in the vault.
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 void RegisterDomain(
Vault vault,
string domainNamespace,
string key,
ConfigurationDomainOrSource domainOrSource
)
Parameters
- vault
- Type: Vault
The vault in which to register the domain. - domainNamespace
- Type: SystemString
The namespace in which to register the domain. - key
- Type: SystemString
The key to register the application under (typically the domain id). - domainOrSource
- Type: MFiles.VAF.Configuration.DomainConfigurationDomainOrSource
The domain or the source to load the domain definition from.
See Also