Click or drag to resize

Comment Class

Represents the Comment object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsComment

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 Comment : IdentifiableModel

The Comment type exposes the following members.

Constructors
  NameDescription
Public methodComment
Top
Properties
  NameDescription
Public propertyAttachments
Gets the Comment Attachments.
Public propertyCreatedAt
Gets the date the Comment was created.
Public propertyCreatedBy
Gets user that created the Comment.
Public propertyDiscussionId
Gets the discussion Id.
Public propertyModifiedAt
Gets the date the Comment was modified.
Public propertyText
Gets the Text for the Comment.
Top
See Also