Click or drag to resize

PFHeaderHubGetCompiledTheme Method

Gets the CSS code updated with values provided in serialized settings.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string GetCompiledTheme(
	List<string> lessFiles,
	PFThemeSettings theme
)

Parameters

lessFiles
Type: System.Collections.GenericListString
theme
Type: Packflow.CorePFThemeSettings

Return Value

Type: String
See Also