Click or drag to resize
CMSAbstractDataPropertiesLoadTransformation Method (Control, String, Boolean)
Loads the transformation template.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public static ITemplate LoadTransformation(
	Control parent,
	string transformationName,
	bool showEditDelete = false
)

Parameters

parent
Type: System.Web.UIControl
Parent control
transformationName
Type: SystemString
Transformation name
showEditDelete (Optional)
Type: SystemBoolean
Add show edit delete parameter

Return Value

Type: ITemplate
See Also