SheetCommentResources Interface | ![]() |
This interface provides methods to access Comment resources that are associated to a sheet object.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The SheetCommentResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachmentResources |
Return the CommentAttachmentResources object that provides access to Attachment resources associated with Comment resources.
|
Name | Description | |
---|---|---|
![]() | DeleteComment | Deletes the Comment specified in the URL. It mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/comments/{commentId} |
![]() | GetComment | Gets the Comment specified in the URL. It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/comments/{commentId} |