CommentCollection.Create Method
Name | Parameters | Description |
---|---|---|
Create |
start, length, author, date | Creates a comment for the specified range and assigns the comment’s author and creation date. |
Create |
start, length, author | Creates a new Comment with the specified settings. |
Create |
range, author, date | Creates a comment for the specified range and assigns the author’s name and creation date. |
Create |
range, author | Creates a new Comment with the specified settings. |
Create |
author, parent |
Creates a nested comment. |
Create |
author, date, parent |
Creates a nested comment with the specified author’s name and creation date. |