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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public class CMSCssSettings

The CMSCssSettings type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetCacheDependencies
Gets the cache dependencies for the current settings
Public methodGetCacheDependency
Gets the cache dependency for the current settings
Public methodGetCacheString
Gets the cache string for the current settings
Public methodGetCSSQueryString(Boolean)
Gets the query string for the given CSS settings
Public methodGetCSSQueryString(String, ListCMSItem, Boolean)
Gets the query string for the given list of components
Public methodGetFileCacheDependencies
Gets the cache dependencies for the current settings
Public methodHasVirtualContent
Returns true if the settings have some virtual content included
Public methodStatic memberLoad
Loads the given items collection with the new items
Public methodLoadFromQueryString
Loads the CSS settings from the query string
Public methodStatic memberLoadItemsFromQueryString
Loads the CSS settings from the query string
Public methodRegisterCSS(Page)
Registers the CSS files within current request
Public methodRegisterCSS(Page, String, ListCMSItem)
Registers the CSS link for the given items with given query string key
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Public fieldmContainers
List of web part containers
Public fieldmFiles
List of physical files
Public fieldmLayouts
List of layouts
Public fieldmStylesheets
List of stylesheets
Public fieldmTemplates
List of page templates
Public fieldmTransformations
List of transformations
Public fieldmWebPartLayouts
List of web part layouts
Top
Properties
  NameDescription
Public propertyComponentFiles
List of component files
Public propertyContainers
List of web part containers
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 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 stylesheets
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
See Also