Summary
Initializes a new instance of the
AzureDevOpsComment
class.
- 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 |