Click or drag to resize

DiscussionInclusion Enumeration

Represents specific elements to include in a response.

Namespace:  Smartsheet.Api.Models
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 enum DiscussionInclusion
Members
  Member nameValueDescription
COMMENTS0 Includes the comments of the discussion
ATTACHMENTS1

Includes the attachments of the discussion.

Effective only if comments is present, otherwise ignored

See Also