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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.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