Click or drag to resize

CreateDiscussionBuilder Class

A convenience class to help generate discussion object with the appropriate fields for adding a discussion to a sheet or row.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateDiscussionBuilder

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 class CreateDiscussionBuilder

The CreateDiscussionBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateDiscussionBuilder
Sets the required properties for creating a discussion.
Top
Methods
  NameDescription
Public methodBuild
Builds the.
Public methodGetComment
Gets the comments.
Public methodGetTitle
Gets the title.
Public methodSetComment
Sets the comments for the discussion.
Public methodSetTitle
Sets the title for the discussion.
Top
See Also