SheetDiscussionResources Interface |
This interface provides methods to access discussion resources that are associated to a Sheet object.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The SheetDiscussionResources type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachmentResources | Return the DiscussionAttachmentResources object that provides access to attachment resources associated with discussion resources. | |
| CommentResources | Returns the DiscussionCommentResources object that provides access to comment resources associated with discussion resources. |
| Name | Description | |
|---|---|---|
| CreateDiscussion | Creates a new discussion on a sheet. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions | |
| CreateDiscussionWithAttachment | Creates a new discussion with an attachment on a sheet. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions | |
| DeleteDiscussion | Deletes a discussion Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/discussions/{discussionId} | |
| GetDiscussion | Gets the discussion specified in the URL. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/discussions/{discussionId} | |
| ListDiscussions | Gets a list of all discussions associated with the specified sheet (both sheet-level discussions and row-level discussions). Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/discussions This operation supports pagination of results. For more information, see Paging. |