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; }
Public Property EffectiveAttachmentOptions As IList(Of AttachmentType)
Get
Set
public:
property IList<AttachmentType>^ EffectiveAttachmentOptions {
IList<AttachmentType>^ get ();
void set (IList<AttachmentType>^ value);
}
member EffectiveAttachmentOptions : IList<AttachmentType> with get, set
Return Value
Type:
IListAttachmentType list of attachment types
See Also