| CMSCssSettings Class |
Namespace: CMS.Helpers
public class CMSCssSettings
The CMSCssSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| CMSCssSettings |
Constructor
| |
| CMSCssSettings(String, String) |
Constructor
|
| Name | Description | |
|---|---|---|
| mContainers |
List of web part containers
| |
| mFiles |
List of physical files
| |
| mLayouts |
List of layouts
| |
| mStylesheets |
List of stylesheets
| |
| mTemplates |
List of page templates
| |
| mTransformations |
List of transformations
| |
| mWebPartLayouts |
List of web part layouts
|
| Name | Description | |
|---|---|---|
| ComponentFiles |
List of component files
| |
| Containers |
List of web part containers
| |
| DeviceLayouts |
List of device layouts
| |
| EnableCompression |
Indicates if resource should be compressed
| |
| EnableMinification |
Indicates if resource should be minificated
| |
| Files |
List of physical 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).
| |
| SingleRequest |
If true, the CSSes are processed within a single request
| |
| Stylesheets |
List of stylesheets
| |
| Templates |
List of page templates
| |
| Transformations |
List of transformations
| |
| WebPartLayouts |
List of web part layouts
| |
| WebParts |
List of web parts
|
| Name | Description | |
|---|---|---|
| GetCacheDependencies |
Gets the cache dependencies for the current settings
| |
| GetCacheDependency |
Gets the cache dependency for the current settings
| |
| GetCacheString |
Gets the cache string for the current settings
| |
| GetCSSQueryString(Boolean) |
Gets the query string for the given CSS settings
| |
| GetCSSQueryString(String, ListCMSItem, Boolean) |
Gets the query string for the given list of components
| |
| GetFileCacheDependencies |
Gets the cache dependencies for the current settings
| |
| HasVirtualContent |
Returns true if the settings have some virtual content included
| |
| Load |
Loads the given items collection with the new items
| |
| LoadFromQueryString |
Loads the CSS settings from the query string
| |
| LoadItemsFromQueryString |
Loads the CSS settings from the query string
| |
| RegisterCSS(Page) |
Registers the CSS files within current request
| |
| RegisterCSS(Page, String, ListCMSItem) |
Registers the CSS link for the given items with given query string key
|