C# Class Assets, Reloaded-II

Inheritance: System.Web.UI.Page
Show file Open project: Reloaded-Project/Reloaded-II Class Usage Examples

Public Properties

Property Type Description
AssetsFolder string
GameBananaIndexAssetsFolder string
IndexAssetsFolder string
ProgramFolder string
SampleIndexAssetsFolder string

Property Details

AssetsFolder public static property

Path to the folder containing the assets.
public static string AssetsFolder
return string

GameBananaIndexAssetsFolder public static property

Path to the folder containing the sample index, with GameBanana results only.
public static string GameBananaIndexAssetsFolder
return string

IndexAssetsFolder public static property

Path to the folder containing the index.
public static string IndexAssetsFolder
return string

ProgramFolder public static property

The location where the current program is located.
public static string ProgramFolder
return string

SampleIndexAssetsFolder public static property

Path to the folder containing the sample index.
public static string SampleIndexAssetsFolder
return string