Click or drag to resize
TransformationInfoProviderGetTransformationFullName Method
Returns full transformation name by provided transformation ID.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetTransformationFullName(
	int transformationId
)

Parameters

transformationId
Type: SystemInt32
Transformation ID

Return Value

Type: String
Transformation full name in format application.class.transformation or null.
See Also