The CMSCssSettings type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CMSCssSettings |
Constructor
| |
| CMSCssSettings(String, String) |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| 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, List CMSItem , Boolean) |
Gets the query string for the given list of components
| |
| GetFileCacheDependencies |
Gets the cache dependencies for the current settings
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| 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
| |
Creates a shallow copy of the current (Inherited from | ||
| RegisterCSS(Page) |
Registers the CSS files within current request
| |
| RegisterCSS(Page, String, List CMSItem ) |
Registers the CSS link for the given items with given query string key
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
| 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
|
Properties
| 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
| |
| 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
|
See Also