Public Methods

MethodDescription
AddCreates a new user comment with given comment string, and returns the new usercomment to the caller. PARAMETERS: Comment (String).
RemoveDeletes 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).

Public Properties

PropertyDescription
_ItemReturns a user comment object specified by the given Identifier, whether ID or GUID. PARAMETER: Identifier (Integer for ID or String for GUID).
_NewEnum
CountNumber of user comment objects in the collection. DATATYPE: Integer.
ItemReturns a user comment object specified by the given Identifier, whether ID or GUID. PARAMETER: Identifier (Integer for ID or String for GUID).
  • No labels