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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
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