CssStylesheetInfoProviderGetCssPreprocessor Method |
Returns CssPreprocessor object by the preprocessor language provided as the first argument if such exists.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax public static CssPreprocessor GetCssPreprocessor(
string lang
)
Parameters
- lang
- Type: SystemString
Preprocessor language
Return Value
Type:
CssPreprocessorSee Also