Property | Type | Description | |
---|---|---|---|
CommonInit | void | ||
GetComments | RedditSharp.Things.Comment[] | ||
RemoveImpl | void | ||
SimpleAction | string | ||
SimpleActionToggle | string |
Method | Description | |
---|---|---|
Approve ( ) : void | ||
Comment ( string message ) : |
||
ContestMode ( bool state ) : void | ||
Del ( ) : void | ||
EditText ( string newText ) : void |
Replaces the text in this post with the input text.
|
|
Hide ( ) : void | ||
Init ( Reddit reddit, JToken post, IWebAgent webAgent ) : |
||
InitAsync ( Reddit reddit, JToken post, IWebAgent webAgent ) : Task |
||
ListComments ( int limit = null ) : List |
||
MarkNSFW ( ) : void | ||
Remove ( ) : void | ||
RemoveSpam ( ) : void | ||
SetFlair ( string flairText, string flairClass ) : void | ||
StickyMode ( bool state ) : void | ||
Unhide ( ) : void | ||
UnmarkNSFW ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CommonInit ( Reddit reddit, JToken post, IWebAgent webAgent ) : void | ||
GetComments ( ) : RedditSharp.Things.Comment[] | ||
RemoveImpl ( bool spam ) : void | ||
SimpleAction ( string endpoint ) : string | ||
SimpleActionToggle ( string endpoint, bool value, bool requiresModAction = false ) : string |
public EditText ( string newText ) : void | ||
newText | string | The text to replace the post's contents |
return | void |
public Init ( Reddit reddit, JToken post, IWebAgent webAgent ) : |
||
post | JToken | |
webAgent | IWebAgent | |
return |
public InitAsync ( Reddit reddit, JToken post, IWebAgent webAgent ) : Task |
||
post | JToken | |
webAgent | IWebAgent | |
return | Task |
public SetFlair ( string flairText, string flairClass ) : void | ||
flairText | string | |
flairClass | string | |
return | void |