Show / Hide Table of Contents

Class ConfigFile.CssSprite

Configuration for the Web Client CssSprite generator

Inheritance
Object
ConfigFile.CssSprite
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class 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
Boolean

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
Int32

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
Int32

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top