Click or drag to resize

DiscussionCommentResources Interface

This interface provides methods to access Comment resources.

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 DiscussionCommentResources

The DiscussionCommentResources type exposes the following members.

Methods
  NameDescription
Public methodAddComment

Adds a Comment to a Discussion.

It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions/{discussionId}/comments

Public methodAddCommentWithAttachment

Adds a Comment to a Discussion.

It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions/{discussionId}/comments

Public methodUpdateComment

Update the specified comment.

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

Top
See Also