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.Models.Multis Member List

This is the complete list of members for Reddit.Models.Multis, including all inherited members.

AddFilterSub(string filterpath, string srName, string model)Reddit.Models.Multis
AddMultiSub(string multipath, string srName)Reddit.Models.Multis
AddParamIfNotNull(string name, dynamic value, ref RestRequest restRequest)Reddit.Models.Internal.Request
BaseModel(string appId, string appSecret, string refreshToken, string accessToken, ref RestClient restClient, string deviceId=null, string userAgent=null)Reddit.Models.BaseModel
Copy(MultiURLInput multiURLInput)Reddit.Models.Multis
Create(string multipath, LabeledMultiSubmit model, bool expandSrs)Reddit.Models.Multis
CreateFilter(string filterpath, string model, bool expandSrs)Reddit.Models.Multis
Delete(string multipath, bool expandSrs)Reddit.Models.Multis
DeleteFilter(string filterpath, bool expandSrs)Reddit.Models.Multis
DeleteFilterSub(string filterpath, string srName)Reddit.Models.Multis
DeleteMultiSub(string multipath, string srName)Reddit.Models.Multis
ExecuteRequest(string url, Method method=Method.GET)Reddit.Models.Internal.Request
ExecuteRequest(RestRequest restRequest)Reddit.Models.Internal.Request
ExecuteRequestAsync(string url, Method method=Method.GET)Reddit.Models.Internal.Request
ExecuteRequestAsync(RestRequest restRequest)Reddit.Models.Internal.Request
Get(string multipath, bool expandSrs)Reddit.Models.Multis
GetDescription(string multipath)Reddit.Models.Multis
GetFilter(string filterpath, bool expandSrs)Reddit.Models.Multis
GetFilterSub(string filterpath, string srName)Reddit.Models.Multis
GetMultiSub(string multipath, string srName)Reddit.Models.Multis
GetVersion()Reddit.Models.Internal.Request
Mine(bool expandSrs)Reddit.Models.Multis
Multis(string appId, string appSecret, string refreshToken, string accessToken, ref RestClient restClient, string deviceId=null, string userAgent=null)Reddit.Models.Multis
OnRequestsUpdated(RequestsUpdateEventArgs e)Reddit.Models.Internal.Requestprotectedvirtual
OnTokenUpdated(TokenUpdateEventArgs e)Reddit.Models.Internal.Requestprotectedvirtual
PrepareIDRequest(string path, string id, Method method=Method.POST)Reddit.Models.Internal.Request
PrepareJSONRequest(string path, Method method=Method.POST)Reddit.Models.Internal.Request
PrepareRequest(string url, Method method=Method.GET, string contentType="application/x-www-form-urlencoded")Reddit.Models.Internal.Request
PrepareRequest(string url, Method method, List< Parameter > parameters, List< FileParameter > files, string contentType="application/x-www-form-urlencoded")Reddit.Models.Internal.Request
PrepareRequest(RestRequest restRequest, string contentType="application/x-www-form-urlencoded")Reddit.Models.Internal.Request
Request(string appId, string appSecret, string refreshToken, string accessToken, ref RestClient restClient, string deviceId=null, string userAgent=null)Reddit.Models.Internal.Request
RequestsUpdatedReddit.Models.Internal.Request
SendRequest< T >(string url, dynamic parameters, Method method=Method.GET, string contentType="application/x-www-form-urlencoded")Reddit.Models.Internal.Request
SendRequestAsync< T >(string url, dynamic parameters, Method method=Method.GET, string contentType="application/x-www-form-urlencoded")Reddit.Models.Internal.Request
Sr(string subreddit)Reddit.Models.BaseModel
TokenUpdatedReddit.Models.Internal.Request
Update(string multipath, LabeledMultiSubmit model, bool expandSrs)Reddit.Models.Multis
UpdateAccessToken(string accessToken)Reddit.Models.Internal.Request
UpdateDescription(string multipath, string description)Reddit.Models.Multis
UpdateFilter(string filterpath, string model, bool expandSrs)Reddit.Models.Multis
UpdateRequests(List< DateTime > requests)Reddit.Models.Internal.Request
User(string username, bool expandSrs)Reddit.Models.Multis