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
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. |
TopMethods
| Name | Description |
---|
| Build |
Builds the Comment.
|
| SetText |
The Text for the Comment.
|
TopSee Also