ThreadedCommentCollection

ThreadedCommentCollection class

Represents the list of threaded comments.

Properties

NameTypeDescription
Countint
Item (int)ThreadedCommentGets the threaded comment by the specific index.

Methods

NameDescription
addAdds a threaded comment;
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

ThreadedCommentCollection.Count property

Type: int

ThreadedCommentCollection.Item (int) property

Gets the threaded comment by the specific index.

Type: ThreadedComment

add(text, author) (1 of 2)

Adds a threaded comment;

ParameterTypeDescription
textStringThe text of the threaded comment.
authorThreadedCommentAuthorThe author of the threaded comment

add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.