| TransformationHelperLoadTransformation Method | 
            Loads the transformation template.
            Supports the following formats of transformation name:
                [Some text with macros] - Inline transformation
                cms.user.sometransformation - Transformation full name from database
                ~/SomePath/SomeControl.ascx - Path to transformation user control
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ITemplate LoadTransformation(
	Control parent,
	string transformationName
)
Parameters
- parent
- Type: System.Web.UIControl
 Parent control
- transformationName
- Type: SystemString
 Transformation name
Return Value
Type: 
ITemplate See Also
See Also