This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureDevOps.
Summary
Deletes the comment in the given thread.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest - Containing Type
- Azure
Dev Ops Pull Request
Syntax
public void DeleteComment(int threadId, int commentId)
Parameters
Name | Type | Description |
---|---|---|
threadId | int | The id of the thread containing the comment. |
commentId | int | The id of the comment to delete. |
Return Value
Type | Description |
---|---|
void |