| CustomPropertyManager |
constructor
|
| CustomPropertyManager(ApiAccessMode) |
constructor
|
| Add(UserCustomPropertyData) |
Adds a new UserCustomProperty, with details from the supplied UserCustomPropertyData object.
|
| Update(UserCustomPropertyData) |
Updates a UserCustomProperty, with details from the supplied UserCustomPropertyData object.
|
| Delete(Int64) |
Deletes an existing UserCustomProperty.
|
| GetItem(Int64) |
Returns details of a UserCustomProperty.
|
| GetList(CustomPropertyCriteria) |
Returns a list of UserCustomProperties that fit the supplied criteria.
|