Click or drag to resize
CMSCssSettings Methods

The CMSCssSettings type exposes the following members.

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
See Also