| TransformationHelperLoadTransformationFromPath Method | 
            Loads the transformation from the given path
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ITemplate LoadTransformationFromPath(
	Control parent,
	string path
)
Parameters
- parent
- Type: System.Web.UIControl
 Parent control
- path
- Type: SystemString
 Transformation path
Return Value
Type: 
ITemplate See Also
See Also