TransformationInfoProviderGetTransformation Method (String) |
Gets the transformation by full name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static TransformationInfo GetTransformation(
string transformationFullName
)
Parameters
- transformationFullName
- Type: SystemString
Transformation full name in format application.class.transformation
Return Value
Type:
TransformationInfoSee Also