Click or drag to resize

AddCommentBuilder Class

A convenience class to generate a Comment with the appropriate fields for adding it to a sheet.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsAddCommentBuilder

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 AddCommentBuilder

The AddCommentBuilder type exposes the following members.

Constructors
  NameDescription
Public methodAddCommentBuilder
Top
Properties
  NameDescription
Public propertyText
Gets the Text for the Comment.
Top
Methods
  NameDescription
Public methodBuild
Builds the Comment.
Public methodSetText
The Text for the Comment.
Top
See Also