PullRequestSystem.

FetchActiveDiscussionThreads(string) Method

Summary

Returns a list of all active discussion threads.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PullRequestSystem

Syntax

public IEnumerable<IPrcaDiscussionThread> FetchActiveDiscussionThreads(string commentSource)

Parameters

Name Type Description
commentSource string Value used to indicate threads created by this addin.

Return Value

Type Description
IEnumerable<T> List of all active discussion threads.
GitHub