Click or drag to resize

LessHelper Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.LessCompilerLessHelper

Namespace:  Dynamicweb.LessCompiler
Assembly:  Dynamicweb.LessCompiler (in Dynamicweb.LessCompiler.dll) Version: 1.1.10.0 (1.1.10)
Syntax
public static class LessHelper

The LessHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckForMissingVariables
Check the less content files for which variables are being used, and compare it to the list of variables given in the arguments
Public methodStatic memberCorrectValue
Public methodStatic memberGetVariables
Get all variables from less variable files
Public methodStatic memberIsString
Public methodStatic memberIsValidValue
Checks whether the provided value is valid.
Top
See Also