Click or drag to resize
MacroExpressionReplaceChild Method
Replaces the given child expression with the given one.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected void ReplaceChild(
	MacroExpression oldExp,
	MacroExpression newExp
)

Parameters

oldExp
Type: CMS.MacroEngineMacroExpression
Old child expression
newExp
Type: CMS.MacroEngineMacroExpression
New child expression
See Also