Click or drag to resize
MacroRuleTreeLoadFromXml Method
Loads MacroRuleTree from xml definition.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void LoadFromXml(
	string xml
)

Parameters

xml
Type: SystemString
XML to build the designer from
See Also