Smartsheet.Api.Internal.SmartsheetImpl.Attachments C# (CSharp) Méthode

Attachments() private méthode

private Attachments ( ) : AttachmentResources
Résultat AttachmentResources
        public virtual AttachmentResources Attachments()
        {
            throw new NotSupportedException();
        }

Usage Example

Exemple #1
0
 public virtual void TestAttachments()
 {
     Assert.NotNull(smartsheet.Attachments());
 }