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

DeleteComment() private method

private DeleteComment ( long id ) : void
id long
return void
        public virtual void DeleteComment(long id)
        {
            throw new NotSupportedException();
        }

Usage Example

Example #1
0
        public virtual void TestDeleteComment()
        {
            server.setResponseBody("../../../TestSDK/resources/deleteComment.json");

            commentResources.DeleteComment(1234L);
        }