C# Class SobekCM.Core.UI_Configuration.StaticResources.StaticResources_Configuration

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Method Details

Add_File() public méthode

Add a single file, with key and source
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
Résultat void

StaticResources_Configuration() public méthode

Constructor for a new instance of the StaticResources_Configuration object
This defines all the constant values
public StaticResources_Configuration ( ) : System
Résultat System