|
VaultApplicationBaseUpdatePropertyDefScripts Method
|
Overridable method for updating property definition scripts.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxprotected virtual bool UpdatePropertyDefScripts(
Vault vault,
PropertyDefAdmin propertyDefAdmin
)
Parameters
- vault
- Type: Vault
The vault object. - propertyDefAdmin
- Type: PropertyDefAdmin
The property def to update.
Return Value
Type:
BooleanTrue if property def scripts were updated.
See Also