Click or drag to resize
TransformationHelperLoadTransformationFromPath Method
Loads the transformation from the given path

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public 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