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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TransformationInfo GetTransformationInfoInternal(
	string transformationFullName
)

Parameters

transformationFullName
Type: SystemString
Transformation full name

Return Value

Type: TransformationInfo
See Also