Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Methods

MethodDescription
AddCreates a new user comment with given comment string, and returns the new usercomment to the caller. PARAMETERS: Comment
as string
(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
as
(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
as
(Integer
(
for ID
)
or String
(
for GUID).
_NewEnum
Count
This is the number
Number 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
as
(Integer
(
for ID
)
or String
(
for GUID).
Info
titleSee Also