Click or drag to resize

DiscussionCommentAttachments Property

The comment attachments.

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 IList<Attachment> CommentAttachments { get; set; }

Return Value

Type: IListAttachment
the comment attachments
See Also