![]() ![]() |
|
Content Services User Administration API | |
![]() |
Overview | API Classes | Enumeration Constants | Status Codes |
![]() |
|
![]() |
![]() |
Copy MethodThis method returns a new mezObject,
which is created by copying the current mezObject. The method may only
be used for objects of type Syntax Parameters Applies to Return Value Example
Delete MethodThis method deletes a mezObject from a CS library. The status code integer result of the call to this method indicates whether the object was successfully deleted. Syntax Parameters Applies to Return Value Example
GetActionListItem MethodThis method returns an individual action item for a mezObject. Syntax Parameters Applies to Return Value
Example See Also
GetData MethodThis method converts a mezObject from partial to full by populating all of the property values for the object. The status code integer result of the call to this method indicates whether the property values were successfully populated. Syntax Parameters Applies to Return Value
GetPropertyByID MethodThis method returns a mezProperty object that represents one of the properties of the mezObject. The property object is retrieved by passing the property identifier to the method. The status code integer result of the call to this method indicates whether the property object was successfully retrieved. Syntax Parameters Applies to Return Value Example See Also
GetPropertyByIndex MethodThis method returns a mezProperty object that represents one of the properties of the mezObject. The property object is retrieved by passing its associated index (ordinal value) contained in the object, to the method. The status code integer result of the call to this method indicates whether the property object was successfully retrieved. Syntax Parameters Applies to Return Value Example See Also
RefreshData MethodThis method refreshes the properties of a mezObject from the server. The status code integer result of the call to this method indicates whether the refresh from the server was successful. Syntax Parameters Applies to Return Value Example
Rename MethodThis method renames the mezObject
using the string passed into the method. The method is only valid for
objects of type Syntax Parameters Applies to Return Value Example
SetDeleteFlag MethodThis method sets the delete flag of the mezObject to either Boolean True or False. When a mezObject's delete flag is set to True, the mezObject is deleted the next time the Update() method is called. The status code integer result of the call to this method indicates whether the delete flag was successfully changed. Syntax Parameters Applies to Return Value Example See Also
SetupNewObject MethodThis method is used to obtain information about a particular type of mezObject. Note: When adding a new object to a CS library use the mezProperty.NewChild() method, rather than SetupNewObject(). The status code integer result of the call to this method indicates whether the new mezObject was successfully created. Syntax Parameters Applies to Return Value Example See Also
Update MethodThis method stores the data contained in a mezObject to the server. The method also performs a cascading update of all child objects contained in the parent object's properties. When a hierarchy of objects is updated (for example, a User object along its' child Group Member and Access Control List objects), multiple errors may result. All error strings are captured and concatenated into the sErrInfo parameter, and are delimited using the line feed character. The status code integer result of the call to this method indicates whether the data was stored to the server successfully. Syntax Parameters Applies to Return Value Example |
![]() |
![]() |