Click or drag to resize
HierarchicalTransformationsGetTransformation Method
Gets the hierarchical transformation object by specified id from current collection.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public HierarchicalTransformationInfo GetTransformation(
	Guid objectId
)

Parameters

objectId
Type: SystemGuid
Hierarchical transformation object id

Return Value

Type: HierarchicalTransformationInfo
Returns HierarchicalTransformationInfo object
See Also