Click or drag to resize
TransformationInfoProviderGetTransformation Method (String)
Gets the transformation by full name.

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

Parameters

transformationFullName
Type: SystemString
Transformation full name in format application.class.transformation

Return Value

Type: TransformationInfo
See Also