You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Method | Description |
---|
Add | Creates a new user comment with given comment string, and returns the new usercomment to the caller. PARAMETERS: Comment (String). |
Remove | Deletes a user comment object specified by the given Identifier, whether ID or GUID. Only the user who created the comment can delete it. PARAMETERS: Identifier (String for GUID or Integer for ID). |
Property | Description |
---|
_Item | Returns a user comment object specified by the given Identifier, whether ID or GUID. PARAMETER: Identifier (Integer for ID or String for GUID). |
_NewEnum |
|
Count | Number of user comment objects in the collection. DATATYPE: Integer. |
Item | Returns a user comment object specified by the given Identifier, whether ID or GUID. PARAMETER: Identifier (Integer for ID or String for GUID). |