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