Click or drag to resize
CMSAbstractTransformation.RemoveDynamicControls Method
Remove all dynamic controls macros from text.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public string RemoveDynamicControls(
	Object inputText
)

Parameters

inputText
Type: System.Object
Text containing macros to be removed

Return Value

Type: String
See Also