BaseDiscussionThreadsCapability<T>.

InternalFetchDiscussionThreads(string) Method

Summary

Returns a list of all discussion threads. Compared to FetchDiscussionThreads(string) it is safe to access Settings from this method.

Syntax

protected abstract IEnumerable<IPullRequestDiscussionThread> InternalFetchDiscussionThreads(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