ThreadedCommentCollection
Contents
[
Hide
]ThreadedCommentCollection class
Represents the list of threaded comments.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ThreadedComment | Gets the threaded comment by the specific index. |
Methods
| Name | Description |
|---|---|
| add | Adds a threaded comment; |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved 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;
| Parameter | Type | Description |
|---|---|---|
| text | String | The text of the threaded comment. |
| author | ThreadedCommentAuthor | The 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.