A group of methods for creating and modifying property definitions.
![]() | Adds a new property definition. Returns the created property definition, with the ID property set to the real ID value. |
![]() | Gets the specified built-in property definition from the vault. |
![]() | Gets the specified property definition from the vault. |
![]() | Gets the specified property definition from the vault (for administrative operations). |
![]() | Gets the ID of the property definition with the specified alias. Returns -1 if a match is not found or if more than one property definition uses the specified alias. |
![]() | Gets the ID of the property definition with the specified GUID. Returns -1 if a match is not found. |
![]() | Gets all property definitions in the vault. |
![]() | Gets all property definitions (for administrative operations). |
![]() | Recalculates the automatically generated values for the specified property in all existing objects. |
![]() | Deletes the property definition with the specified ID. |
![]() | Updates the property definition. The ID property identifies the property definition to modify. If ResetLastUsedValue is not NULL, it specifies the new Last Used Value for an autonumbering property. |
![]() | Updates the property definition. The ID property identifies the property definition to modify. If ResetLastUsedValue is not NULL, it specifies the new Last Used Value for an autonumbering property. |