Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Inputs.ListingInput Class Reference
Inheritance diagram for Reddit.Inputs.ListingInput:
Reddit.Inputs.BaseInput Reddit.Inputs.LiveThreads.LiveThreadsGetUpdatesInput Reddit.Inputs.SrListingInput Reddit.Inputs.CategorizedSrListingInput Reddit.Inputs.Flair.FlairNameListingInput Reddit.Inputs.Listings.ListingsGetDuplicatesInput Reddit.Inputs.Moderation.ModerationGetLogInput Reddit.Inputs.Moderation.ModerationModQueueInput Reddit.Inputs.Subreddits.SubredditsSearchProfilesInput Reddit.Inputs.Listings.ListingsHotInput Reddit.Inputs.PrivateMessages.PrivateMessagesGetMessagesInput Reddit.Inputs.Subreddits.SubredditsAboutInput Reddit.Inputs.TimedCatSrListingInput Reddit.Inputs.Users.UsersHistoryInput Reddit.Inputs.Subreddits.SubredditsSearchInput Reddit.Inputs.Search.SearchGetSearchInput

Public Member Functions

 ListingInput (string after="", string before="", int limit=25, int count=0)
 Populate a new listing input. More...
 
- Public Member Functions inherited from Reddit.Inputs.BaseInput
 BaseInput ()
 Set the raw_json. More...
 

Properties

string after [get, set]
 fullname of a thing More...
 
string before [get, set]
 fullname of a thing More...
 
int limit [get, set]
 the maximum number of items desired More...
 
int count [get, set]
 a positive integer More...
 
- Properties inherited from Reddit.Inputs.BaseInput
int raw_json [get, set]
 Required by the API for all endpoints. Prevents <, >, and & in the response from being htmlencoded by the API. See: https://www.reddit.com/dev/api#response_body_encoding More...
 

Constructor & Destructor Documentation

◆ ListingInput()

Reddit.Inputs.ListingInput.ListingInput ( string  after = "",
string  before = "",
int  limit = 25,
int  count = 0 
)

Populate a new listing input.

Parameters
afterfullname of a thing
beforefullname of a thing
limitthe maximum number of items desired (default: 25)
counta positive integer (default: 0)

Property Documentation

◆ after

string Reddit.Inputs.ListingInput.after
getset

fullname of a thing

◆ before

string Reddit.Inputs.ListingInput.before
getset

fullname of a thing

◆ count

int Reddit.Inputs.ListingInput.count
getset

a positive integer

◆ limit

int Reddit.Inputs.ListingInput.limit
getset

the maximum number of items desired


The documentation for this class was generated from the following file: