Click or drag to resize
CMSAbstractDataPropertiesLoadTransformation Method (Control, String, EditModeButtonEnum)
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,
	EditModeButtonEnum editButtonsMode
)

Parameters

parent
Type: System.Web.UIControl
Parent control
transformationName
Type: SystemString
Transformation name
editButtonsMode
Type: CMS.PortalEngineEditModeButtonEnum
Edit buttons mode

Return Value

Type: ITemplate
See Also