DecoratePropertyDefinitions Method
This method allows the characteristics of any of the Property Definitions to be modified. For example, you can add a dependency between multiple property definitions.
Syntax
void DecoratePropertyDefinitions(
Connection vltConn,
PropertyDefinitionDictionary existingPropDefs
)Sub DecoratePropertyDefinitions( _
ByVal vltConn As Connection, _
ByVal existingPropDefs As PropertyDefinitionDictionary _
) Parameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault server |
| existingPropDefs | The set of property definitions that have already been gathered by other extension providers |