Click or drag to resize
CssStylesheetInfoProviderGetCssPreprocessor Method
Returns CssPreprocessor object by the preprocessor language provided as the first argument if such exists.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static CssPreprocessor GetCssPreprocessor(
	string lang
)

Parameters

lang
Type: SystemString
Preprocessor language

Return Value

Type: CssPreprocessor
See Also