Smartsheet.Api.Internal.SmartsheetImpl.Attachments C# (CSharp) Метод

Attachments() приватный Метод

private Attachments ( ) : AttachmentResources
Результат AttachmentResources
        public virtual AttachmentResources Attachments()
        {
            throw new NotSupportedException();
        }

Usage Example

Пример #1
0
 public virtual void TestAttachments()
 {
     Assert.NotNull(smartsheet.Attachments());
 }