Click or drag to resize
CMSCssSettings Class
Settings for the CSS
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UICMSCssSettings

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class CMSCssSettings

The CMSCssSettings type exposes the following members.

Constructors
  NameDescription
Public methodCMSCssSettings
Constructor
Top
Properties
  NameDescription
Public propertyComponentFiles
List of component files
Public propertyContainers
List of web part container IDs
Public propertyDeviceLayouts
List of device layouts
Public propertyEnableCompression
Indicates if resource should be compressed
Public propertyEnableMinification
Indicates if resource should be minificated
Public propertyFiles
List of physical stylesheet files
Public propertyLayouts
List of layouts
Public propertyResolveCSSClientUrls
Indicates whether client relative URLs are resolved into absolute URLs in style sheet code.
Public propertyReturnAsDynamic
Indicates whether stylesheet code is returned in its dynamic nature (if it uses CSS preprocessor).
Public propertySingleRequest
If true, the CSSes are processed within a single request
Public propertyStylesheets
List of stylesheet names
Public propertyTemplates
List of page templates
Public propertyTransformations
List of transformations
Public propertyWebPartLayouts
List of web part layouts
Public propertyWebParts
List of web parts
Top
Methods
  NameDescription
Public methodGetCacheDependencies
Gets the cache dependencies for the current settings
Public methodGetCacheDependency
Gets the cache dependency for the current settings
Public methodGetFileCacheDependencies
Gets the cache dependencies for the current settings
Public methodHasVirtualContent
Returns true if the settings have some virtual content included
Public methodLoadFromQueryString
Loads the CSS settings from the query string
Public methodRegisterCSS
Registers the CSS files within current request
Top
See Also