Click or drag to resize
TextTransformationTemplate Constructor
Constructor, creates the template based on the given text.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public TextTransformationTemplate(
	string text
)

Parameters

text
Type: SystemString
Transformation text
See Also