C# Class Wallcreeper.Imgur.Album

Show file Open project: Winterstark/Wallcreeper

Public Properties

Property Type Description
Images List
Name string

Public Methods

Method Description
Album ( string line ) : System
GetWallpaperURL ( List bannedWalls ) : string

Method Details

Album() public method

public Album ( string line ) : System
line string
return System

GetWallpaperURL() public method

public GetWallpaperURL ( List bannedWalls ) : string
bannedWalls List
return string

Property Details

Images public property

public List Images
return List

Name public property

public string Name
return string