Click or drag to resize

LessHelperGetVariables Method

Get all variables from less variable files

Namespace:  Dynamicweb.LessCompiler
Assembly:  Dynamicweb.LessCompiler (in Dynamicweb.LessCompiler.dll) Version: 1.1.10.0 (1.1.10)
Syntax
public static List<string> GetVariables(
	string content
)

Parameters

content
Type: SystemString
The content of the variable files

Return Value

Type: ListString
A list of all the variables from the variable files
See Also