Class ConfigFile.CssSprite
Configuration for the Web Client CssSprite generator
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.CssSprite
Properties
Enabled
By enabling this feature an image is created, containing most icons used in the application.
Declaration
public static bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
ExcludePaths
Paths to exclude. Do not include root path. Semi-colon seperated list.
Declaration
public static string ExcludePaths { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxHeight
The maximum height of an icon allowed in the sprite. Icons higher is excluded.
Declaration
public static int MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
int |
MaxWidth
The maximum width of an icon allowed in the sprite. Icons wider is excluded.
Declaration
public static int MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
int |
PersistentPath
Path to generated CssSprite file
Declaration
public static string PersistentPath { get; set; }
Property Value
Type | Description |
---|---|
string |
RootPath
Image path
Declaration
public static string RootPath { get; set; }
Property Value
Type | Description |
---|---|
string |