Smartsheet.Api.Internal.DiscussionResourcesImpl.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()
 {
     server.setResponseBody("../../../TestSDK/resources/emptyFile.json");
     Assert.Null(discussionResources.Attachments());
 }