Click or drag to resize

DiscussionCommentResources Methods

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