C# Class RedditRip.Core.ImageLink

Show file Open project: W1R3D-Code/RedditRip Class Usage Examples

Public Methods

Method Description
GetPostDetails ( ImageLink imageLink, KeyValuePair post ) : string
GetPostDetails ( KeyValuePair post ) : string
ImageLink ( Post post, string url, string filename ) : RedditSharp.Things

Method Details

GetPostDetails() public static method

public static GetPostDetails ( ImageLink imageLink, KeyValuePair post ) : string
imageLink ImageLink
post KeyValuePair
return string

GetPostDetails() public method

public GetPostDetails ( KeyValuePair post ) : string
post KeyValuePair
return string

ImageLink() public method

public ImageLink ( Post post, string url, string filename ) : RedditSharp.Things
post RedditSharp.Things.Post
url string
filename string
return RedditSharp.Things