VaultApplicationBasePopulateConfigurationObjects Method (Vault, Object) |
Populates a configuration objects from single host object.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual void PopulateConfigurationObjects(
Vault vault,
Object hostObject
)
Protected Overridable Sub PopulateConfigurationObjects (
vault As Vault,
hostObject As Object
)
protected:
virtual void PopulateConfigurationObjects(
Vault^ vault,
Object^ hostObject
)
Parameters
- vault
- Type: Vault
The vault object. - hostObject
- Type: SystemObject
The host object that is being searched for the configuration objects.
See Also