You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Public Methods

MethodDescription
AddCreates a new user comment with given comment string, and returns the new usercomment to the caller. PARAMETERS: Comment as string.
RemoveDeletes a user comment object specified by the given Identifier (ID or GUID). Only the user who created the comment can delete it. PARAMETERS: Identifier as String(GUID) or Integer(ID).

Public Properties

PropertyDescription
_ItemReturns a user comment object specified by the given Identifier (ID or GUID). PARAMETER: Identifier as Integer(ID) or String (GUID).
_NewEnum
CountThis is the number of user comment objects in the collection. DATATYPE: Integer.
ItemReturns a user comment object specified by the given Identifier (ID or GUID). PARAMETER: Identifier as Integer(ID) or String (GUID).

See Also

  • No labels