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

Comments() private method

private Comments ( ) : CommentResources
return CommentResources
        public virtual CommentResources Comments()
        {
            throw new NotSupportedException();
        }

Usage Example

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