Class Comment
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Comment object.
public class Comment : IdentifiableModel
- Inheritance
-
Comment
- Inherited Members
Properties
Attachments
Gets the Comment Attachments.
public IList<Attachment> Attachments { get; set; }
Property Value
- IList<Attachment>
the Attachments
CreatedAt
Gets the date the Comment was created.
public DateTime? CreatedAt { get; set; }
Property Value
- DateTime?
the created at
CreatedBy
Gets user that created the Comment.
public User CreatedBy { get; set; }
Property Value
- User
the created by
DiscussionId
Gets the discussion Id.
public long? DiscussionId { get; set; }
Property Value
- long?
the discussion Id
ModifiedAt
Gets the date the Comment was modified.
public DateTime? ModifiedAt { get; set; }
Property Value
- DateTime?
the modified at
Text
Gets the Text for the Comment.
public string Text { get; set; }
Property Value
- string
the Text