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

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

Parameters

transformationFullName
Type: SystemString
Transformation full name

Return Value

Type: TransformationInfo
See Also