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

Attachments() private method

private Attachments ( ) : AssociatedAttachmentResources
return AssociatedAttachmentResources
        public virtual AssociatedAttachmentResources Attachments()
        {
            //return this.attachments;
            throw new NotSupportedException();
        }

Usage Example

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