AddCommentBuilder Class |  |
A convenience class to generate a Comment with the appropriate fields for adding it to a sheet.
Inheritance HierarchySystemObject
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
Syntaxpublic class AddCommentBuilder
Public Class AddCommentBuilder
public ref class AddCommentBuilder
type AddCommentBuilder = class end
The AddCommentBuilder type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Text |
Gets the Text for the Comment. |
Top
Methods
| Name | Description |
---|
 | Build |
Builds the Comment.
|
 | SetText |
The Text for the Comment.
|
Top
See Also