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
Initializes a new instance of the
AzureDevOpsComment class.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest .CommentThread - Containing Type
- AzureDevOpsComment
Syntax
public AzureDevOpsComment(string content, bool isDeleted)
Parameters
| Name | Type | Description |
|---|---|---|
| content | string | The content of the comment. |
| isDeleted | bool | Equals 'true' if a comment is deleted. Otherwise, 'false'. |
Return Value
| Type | Description |
|---|---|
| void |
