Name | Description | |
---|---|---|
![]() | Author | Gets the IAuthor object that represents the author of the specified ICommentThreaded object. |
![]() | Date | Gets a System.DateTime value that represents the date and time that a threaded comment was added in local time. |
![]() | Next | Gets an ICommentThreaded object that represents the next threaded comment. |
![]() | Parent | Gets the top-level comment. |
![]() | Previous | Gets an ICommentThreaded object that represents the previous threaded comment. |
![]() | Replies | If this comment is a parent, returns an ICommentsThreaded collection of ICommentThreaded objects that are children/replies of the specified comment (if any exist). The replies are sorted by time stamp.
If this comment is a child/reply or a legacy comment, returns an empty collection. |
![]() | Resolved | Gets or sets a boolean value indicating whether the threaded comment is resolved. |