ISupportDiscussionThreads.

FetchDiscussionThreads(string) Method

Summary

Returns a list of all discussion threads.

Syntax

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<IPullRequestDiscussionThread> List of all discussion threads.
GitHub