API Reference
Class
GitHubNotificationQuery
Controls which notification threads are returned for the authenticated GitHub user.
Inheritance
- Object
- GitHubNotificationQuery
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public GitHubNotificationQuery() #Inherited Methods
Properties
public Boolean IncludeRead { get; set; } #Gets or sets whether read threads are included. The default returns only unread threads.
public Boolean ParticipatingOnly { get; set; } #Gets or sets whether results are limited to threads in which the user is participating or mentioned.
public Int32 Limit { get; set; } #Gets or sets the maximum number of threads to return across all GitHub pages. Use zero, the default, to return the complete matching inbox.