ConfigurationDomainRegisterDomain(Vault, String, String, SourceDefinition) 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,
	SourceDefinition sourceDef
)

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).
sourceDef  SourceDefinition
The source to load the domain definition from.

See Also