Click or drag to resize

RowDiscussionResources Interface

This interface provides methods to access Discussion resources associated to a row resource.

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 RowDiscussionResources

The RowDiscussionResources type exposes the following members.

Methods
  NameDescription
Public methodCreateDiscussion

Creates a new Discussion on a Row.

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

Public methodCreateDiscussionWithAttachment

Creates a new Discussion attached with an Attachment on a Row.

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

Public methodListDiscussions

Gets a list of all Discussions associated with the specified Row.

It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/rows/{rowId}/discussions

Remarks
This operation supports pagination of results. For more information, see Paging.
Top
See Also