![]() |
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.
|
Public Member Functions | |
LabeledMultiSubmit (string descriptionMd, string displayName, string iconName, string keyColor, List< SubredditName > subreddits, string visibility, string weightingScheme) | |
Create a new multireddit submission object. More... | |
LabeledMultiSubmit (string descriptionMd, string displayName, string iconName, string keyColor, List< Subreddit > subreddits, string visibility, string weightingScheme) | |
Create a new multireddit submission object. More... | |
LabeledMultiSubmit (string descriptionMd, string displayName, string iconName, string keyColor, List< Controllers.Subreddit > subreddits, string visibility, string weightingScheme) | |
Create a new multireddit submission object. More... | |
LabeledMultiSubmit (string descriptionMd, string displayName, string iconName, string keyColor, List< string > subreddits, string visibility="private", string weightingScheme="classic") | |
Create a new multireddit submission object. More... | |
LabeledMultiSubmit () | |
Properties | |
string | DisplayName [get, set] |
List< SubredditName > | Subreddits [get, set] |
string | Visibility [get, set] |
string | IconName [get, set] |
string | WeightingScheme [get, set] |
string | KeyColor [get, set] |
string | DescriptionMd [get, set] |
Reddit.Things.LabeledMultiSubmit.LabeledMultiSubmit | ( | string | descriptionMd, |
string | displayName, | ||
string | iconName, | ||
string | keyColor, | ||
List< SubredditName > | subreddits, | ||
string | visibility, | ||
string | weightingScheme | ||
) |
Create a new multireddit submission object.
descriptionMd | Description of the multireddit in markdown |
displayName | The multireddit name as it appears to users |
iconName | One of (art and design, ask, books, business, cars, comics, cute animals, diy, entertainment, food and drink, funny, games, grooming, health, life advice, military, models pinup, music, news, philosophy, pictures and gifs, science, shopping, sports, style, tech, travel, unusual stories, video, none) |
keyColor | a 6-digit rgb hex color, e.g. #AABBCC |
subreddits | List of subreddits with which to initially populate the multireddit |
visibility | One of (public, private, hidden) |
weightingScheme | One of (classic, fresh) |
Reddit.Things.LabeledMultiSubmit.LabeledMultiSubmit | ( | string | descriptionMd, |
string | displayName, | ||
string | iconName, | ||
string | keyColor, | ||
List< Subreddit > | subreddits, | ||
string | visibility, | ||
string | weightingScheme | ||
) |
Create a new multireddit submission object.
descriptionMd | Description of the multireddit in markdown |
displayName | The multireddit name as it appears to users |
iconName | One of (art and design, ask, books, business, cars, comics, cute animals, diy, entertainment, food and drink, funny, games, grooming, health, life advice, military, models pinup, music, news, philosophy, pictures and gifs, science, shopping, sports, style, tech, travel, unusual stories, video, none) |
keyColor | a 6-digit rgb hex color, e.g. #AABBCC |
subreddits | List of subreddits with which to initially populate the multireddit |
visibility | One of (public, private, hidden) |
weightingScheme | One of (classic, fresh) |
Reddit.Things.LabeledMultiSubmit.LabeledMultiSubmit | ( | string | descriptionMd, |
string | displayName, | ||
string | iconName, | ||
string | keyColor, | ||
List< Controllers.Subreddit > | subreddits, | ||
string | visibility, | ||
string | weightingScheme | ||
) |
Create a new multireddit submission object.
descriptionMd | Description of the multireddit in markdown |
displayName | The multireddit name as it appears to users |
iconName | One of (art and design, ask, books, business, cars, comics, cute animals, diy, entertainment, food and drink, funny, games, grooming, health, life advice, military, models pinup, music, news, philosophy, pictures and gifs, science, shopping, sports, style, tech, travel, unusual stories, video, none) |
keyColor | a 6-digit rgb hex color, e.g. #AABBCC |
subreddits | List of subreddits with which to initially populate the multireddit |
visibility | One of (public, private, hidden) |
weightingScheme | One of (classic, fresh) |
Reddit.Things.LabeledMultiSubmit.LabeledMultiSubmit | ( | string | descriptionMd, |
string | displayName, | ||
string | iconName, | ||
string | keyColor, | ||
List< string > | subreddits, | ||
string | visibility = "private" , |
||
string | weightingScheme = "classic" |
||
) |
Create a new multireddit submission object.
descriptionMd | Description of the multireddit in markdown |
displayName | The multireddit name as it appears to users |
iconName | One of (art and design, ask, books, business, cars, comics, cute animals, diy, entertainment, food and drink, funny, games, grooming, health, life advice, military, models pinup, music, news, philosophy, pictures and gifs, science, shopping, sports, style, tech, travel, unusual stories, video, none) |
keyColor | a 6-digit rgb hex color, e.g. #AABBCC |
subreddits | List of subreddits with which to initially populate the multireddit |
visibility | One of (public, private, hidden) |
weightingScheme | One of (classic, fresh) |
Reddit.Things.LabeledMultiSubmit.LabeledMultiSubmit | ( | ) |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |