Méthode | Description | |
---|---|---|
AddComment ( long sheetId, long discussionId, |
Adds a Comment to a Discussion. It mirrors To the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions/{discussionId}/comments
|
|
AddCommentWithAttachment ( long sheetId, long discussionId, |
Adds a Comment attached with an Attachment to a Discussion. It mirrors To the following Smartsheet REST API method: POST /sheets/{sheetId}/discussions/{discussionId}/comments
|
|
DiscussionCommentResourcesImpl ( |
Constructor.
|
public AddComment ( long sheetId, long discussionId, |
||
sheetId | long | the id of the sheet |
discussionId | long | the id of the discussion |
comment | Comment object | |
Résultat |
public AddCommentWithAttachment ( long sheetId, long discussionId, |
||
sheetId | long | the id of the sheet |
discussionId | long | the id of the discussion |
comment | Comment object | |
file | string | the file path |
fileType | string | the file type |
Résultat |
public DiscussionCommentResourcesImpl ( |
||
smartsheet | the Smartsheet | |
Résultat | Smartsheet.Api.Models |