Méthode | Description | |
---|---|---|
DeleteComment ( long sheetId, long commentId ) : void |
Deletes the Comment specified in the URL. It mirrors To the following Smartsheet REST API method: DELETE /sheets/{sheetId}/comments/{commentId}
|
|
GetComment ( long sheetId, long commentId ) : |
Gets the Comment specified in the URL. It mirrors To the following Smartsheet REST API method: GET /sheets/{sheetId}/comments/{commentId}
|
|
SheetCommentResourcesImpl ( |
Constructor.
|
public DeleteComment ( long sheetId, long commentId ) : void | ||
sheetId | long | the sheetId |
commentId | long | the commentId |
Résultat | void |
public GetComment ( long sheetId, long commentId ) : |
||
sheetId | long | the id of the sheet |
commentId | long | the id the of the comment |
Résultat |
public SheetCommentResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | System.Collections.Generic |