VaultApplicationBasePopulateConfigurationObjects(Vault) Method

Searches the vault application for marked configuration objects (MFConfiguration attribute) and loads and validates them.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual void PopulateConfigurationObjects(
	Vault vault
)

Parameters

vault  Vault
The vault object.

See Also