C# Class Assets, Reloaded-II

Inheritance: System.Web.UI.Page
Datei anzeigen 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_oe static_oe property

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

GameBananaIndexAssetsFolder public_oe static_oe property

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

IndexAssetsFolder public_oe static_oe property

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

ProgramFolder public_oe static_oe property

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

SampleIndexAssetsFolder public_oe static_oe property

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