VaultApplicationBasePopulateConfigurationObjects(Vault, Object) Method

Populates a configuration objects from single host object.

Definition

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

Parameters

vault  Vault
The vault object.
hostObject  Object
The host object that is being searched for the configuration objects.

See Also