Click or drag to resize
TransformationInfoProviderGetTransformation Method (Int32)
Gets the transformation by ID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static TransformationInfo GetTransformation(
	int transformationId
)

Parameters

transformationId
Type: SystemInt32
Transformation ID

Return Value

Type: TransformationInfo
See Also