Click or drag to resize
FormHelperGetPropertyMacroTransformation Method
Returns a transformation action. If given macro table contains key passed to the action (second action parameter), it replaces current value (third action parameter) in the element passed to the action (first action parameter) and adds "ismacro" attribute to the element.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static Action<XmlElement, string, Object> GetPropertyMacroTransformation(
	IDictionary macroTable
)

Parameters

macroTable
Type: System.CollectionsIDictionary
Macro table for the properties.

Return Value

Type: ActionXmlElement, String, Object
See Also