Smartsheet.Api.Internal.SmartsheetImpl.Attachments C# (CSharp) Method

Attachments() private method

private Attachments ( ) : AttachmentResources
return AttachmentResources
        public virtual AttachmentResources Attachments()
        {
            throw new NotSupportedException();
        }

Usage Example

コード例 #1
0
 public virtual void TestAttachments()
 {
     Assert.NotNull(smartsheet.Attachments());
 }