Method | Description | |
---|---|---|
AddCommentAsync ( |
Used to add a comment by the user to a specific file, discussion, or comment (i.e. as a reply comment).
|
|
BoxCommentsManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth | ||
DeleteAsync ( string id ) : Task |
Permanently deletes a comment.
|
|
GetInformationAsync ( string id, List |
Used to retrieve the message and metadata about a specific comment. Information about the user who created the comment is also included.
|
|
UpdateAsync ( string id, |
Used to update the message of the comment.
|
public AddCommentAsync ( |
||
commentRequest | BoxCommentRequest object. | |
fields | List |
Attribute(s) to include in the response. |
return | Task |
public BoxCommentsManager ( IBoxConfig config, IBoxService service, IBoxConverter converter, IAuthRepository auth, string asUser = null, bool suppressNotifications = null ) : Box.V2.Auth | ||
config | IBoxConfig | |
service | IBoxService | |
converter | IBoxConverter | |
auth | IAuthRepository | |
asUser | string | |
suppressNotifications | bool | |
return | Box.V2.Auth |
public DeleteAsync ( string id ) : Task |
||
id | string | Id of the comment. |
return | Task |
public GetInformationAsync ( string id, List |
||
id | string | Id of the comment. |
fields | List |
Attribute(s) to include in the response. |
return | Task |
public UpdateAsync ( string id, |
||
id | string | Id of the comment. |
commentsRequest | BoxCommentsRequest object. | |
fields | List |
Attribute(s) to include in the response. |
return | Task |