[]
Adds a reply to its replies collection if the threaded comment is a top-level comment. If this threaded comment is a reply,it will add a reply to its Parent's replies collection.
ICommentThreaded AddReply(string text, string author = null)
Function AddReply(text As String, Optional author As String = Nothing) As ICommentThreaded
Type | Name | Description |
---|---|---|
string | text | The string is content of the reply. |
string | author | The author's name. |
Type | Description |
---|---|
ICommentThreaded |