| CMSAbstractDataPropertiesLoadTransformation Method (Control, String, Boolean) | 
            Loads the transformation template.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntaxpublic 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