Summary
Marks a list of discussion threads as active.
Compared to
Cake.Issues.PullRequests.BaseDiscussionThreadsCapability`1.ReopenDiscussionThreads(System.Collections.Generic.IEnumerable{Cake.Issues.PullRequests.IPullRequestDiscussionThread})
it is safe to access Settings from this method.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Discussion Threads Capability <T>
Syntax
protected abstract void InternalReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread> threads)
Parameters
Name | Type | Description |
---|---|---|
threads | IEnumerable |
Threads to mark as active. |
Return Value
Type | Description |
---|---|
void |