Interface ConfigFile.ICssSpriteConfiguration
Configuration for the Web Client CssSprite generator Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ICssSpriteConfiguration
Properties
Enabled
By enabling this feature an image is created, containing most icons used in the application.
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
ExcludePaths
Paths to exclude. Do not include root path. Semi-colon seperated list.
Declaration
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
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
int MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
int |
PersistentPath
Path to generated CssSprite file
Declaration
string PersistentPath { get; set; }
Property Value
Type | Description |
---|---|
string |
RootPath
Image path
Declaration
string RootPath { get; set; }
Property Value
Type | Description |
---|---|
string |