Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add_File ( string Key, string Source ) : void |
Add a single file, with key and source
|
|
StaticResources_Configuration ( ) : System |
Constructor for a new instance of the StaticResources_Configuration object This defines all the constant values |
public Add_File ( string Key, string Source ) : void | ||
Key | string | Key for this file, from the default resources config file |
Source | string | Source (i.e., URL) for this file |
return | void |
public StaticResources_Configuration ( ) : System | ||
return | System |