Summary
Marks a list of discussion threads as active.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Discussion Threads Capability <T>
Syntax
public void ReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread> threads)
Parameters
Name | Type | Description |
---|---|---|
threads | IEnumerable |
Threads to mark as active. |
Return Value
Type | Description |
---|---|
void |