Click or drag to resize

DiscussionAttachmentResources Interface

This interface provides methods to access Attachment resources that are associated to Discussion 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 DiscussionAttachmentResources

The DiscussionAttachmentResources type exposes the following members.

Methods
  NameDescription
Public methodListAttachments

Gets a list of all Attachments that are in the Discussion

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

Top
See Also