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: 12.0.0
Syntax public static ITemplate LoadTransformationFromPath(
Control parent,
string path
)
Parameters
- parent
- Type: System.Web.UIControl
Parent control - path
- Type: SystemString
Transformation path
Return Value
Type:
ITemplateSee Also