Click or drag to resize

AbstractSheetTRow, TColumn, TCellEffectiveAttachmentOptions Property

Array of enum strings (see Attachment.attachmentType) indicating the allowable attachment options for the current user and sheet

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<AttachmentType> EffectiveAttachmentOptions { get; set; }

Return Value

Type: IListAttachmentType
list of attachment types
See Also