Summary
Returns a list of all discussion threads.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Base
Discussion Threads Capability <T>
Syntax
public IEnumerable<IPullRequestDiscussionThread> FetchDiscussionThreads(string commentSource)
Parameters
Name | Type | Description |
---|---|---|
commentSource | string | Value used to indicate threads created by this add-in. |
Return Value
Type | Description |
---|---|
IEnumerable |
List of all discussion threads. |