Click or drag to resize
CssStylesheetInfoProvider.GetCssStylesheets Method
Returns all CSS stylesheets.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public static ObjectQuery<CssStylesheetInfo> GetCssStylesheets()

Return Value

Type: ObjectQuery<CssStylesheetInfo>
See Also