| CMSCssSettings Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic class CMSCssSettings
The CMSCssSettings type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSCssSettings | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ComponentFiles | 
            List of component files
             | 
|  | Containers | 
            List of web part container IDs
             | 
|  | EnableCompression | 
            Indicates if resource should be compressed
             | 
|  | EnableMinification | 
            Indicates if resource should be minificated
             | 
|  | Files | 
            List of physical stylesheet files
             | 
|  | Layouts | 
            List of layouts
             | 
|  | ResolveCSSClientUrls | 
            Indicates whether client relative URLs are resolved into absolute URLs in style sheet code.
             | 
|  | ReturnAsDynamic | 
            Indicates whether stylesheet code is returned in its dynamic nature (if it uses CSS preprocessor).
             | 
|  | Templates | 
            List of page templates
             | 
|  | Transformations | 
            List of transformations
             | 
|  | WebPartLayouts | 
            List of web part layouts
             | 
|  | WebParts | 
            List of web parts
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetCacheDependencies | 
            Gets the cache dependencies for the current settings
             | 
|  | GetCacheDependency | 
            Gets the cache dependency for the current settings
             | 
|  | GetFileCacheDependencies | 
            Gets the cache dependencies for the current settings
             | 
|  | HasVirtualContent | 
            Returns true if the settings have some virtual content included
             | 
|  | LoadFromQueryString | 
            Loads the CSS settings from the query string
             | 
|  | RegisterCSS | 
            Registers the CSS files within current request
             | 
 See Also
See Also