C# Class SnooNotesPermissions.Subreddit

Mostra file Open project: CrustyJew/SnooNotes Class Usage Examples

Public Methods

Method Description
GetSubreddits ( string subName = "all" ) : IEnumerable
MakeChanges ( List userIDsToRemove, List userIDsToRemoveAdmin, List claimsToAdd, string subName ) : int

Method Details

GetSubreddits() public static method

public static GetSubreddits ( string subName = "all" ) : IEnumerable
subName string
return IEnumerable

MakeChanges() public static method

public static MakeChanges ( List userIDsToRemove, List userIDsToRemoveAdmin, List claimsToAdd, string subName ) : int
userIDsToRemove List
userIDsToRemoveAdmin List
claimsToAdd List
subName string
return int