ConfigurationDomainRegisterDomain(Vault, String, String, ConfigurationDomainOrSource) Method

Registers an application domain in the vault.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
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.

See Also