DiscussionCommentResources Interface | ![]() |
This interface provides methods to access Comment resources.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The DiscussionCommentResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddComment | Adds a Comment to a Discussion. It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions/{discussionId}/comments |
![]() | AddCommentWithAttachment | Adds a Comment to a Discussion. It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions/{discussionId}/comments |
![]() | UpdateComment | Update the specified comment. It mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/comments/{commentId} |