ConfigurationDomainRegisterDomain(Vault, String, String, ConfigurationDomainOrSource) Method
            
            Registers an application domain in the vault.
            
            
            
              Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static void RegisterDomain(
	Vault vault,
	string domainNamespace,
	string key,
	ConfigurationDomainOrSource domainOrSource
)
Parameters
- vault  Vault
- The vault in which to register the domain.
- domainNamespace  String
- The namespace in which to register the domain.
- key  String
- The key to register the application under (typically the domain id).
- domainOrSource  ConfigurationDomainOrSource
- The domain or the source to load the domain definition from.