Click or drag to resize
CssStylesheetInfoProviderGetCssStylesheetInfo Method (String)
Returns CssStylesheetInfo object for specified CssStylesheetName.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static CssStylesheetInfo GetCssStylesheetInfo(
	string cssStylesheetName
)

Parameters

cssStylesheetName
Type: SystemString
Stylesheet name

Return Value

Type: CssStylesheetInfo
See Also