Click or drag to resize

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
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface SheetCommentResources

The SheetCommentResources type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentResources
Return the CommentAttachmentResources object that provides access to Attachment resources associated with Comment resources.
Top
Methods
  NameDescription
Public methodDeleteComment

Deletes the Comment specified in the URL.

It mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/comments/{commentId}

Public methodGetComment

Gets the Comment specified in the URL.

It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/comments/{commentId}

Top
See Also