[]
If the comment is a top-level comment, it will add a reply to its replies collection. If this comment is a reply, it will add a reply to its Parent's replies collection.
ICommentThreaded AddReply(string text)
Function AddReply(text As String) As ICommentThreaded
| Type | Name | Description |
|---|---|---|
| string | text | The reply's text. |
| Type | Description |
|---|---|
| ICommentThreaded | A ICommentThreaded object. |