Click or drag to resize
TransformationInfoProviderGetTransformationTypeCode Method
Gets the transformation type code for the given enum value.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetTransformationTypeCode(
	TransformationTypeEnum type
)

Parameters

type
Type: CMS.PortalEngineTransformationTypeEnum
Transformation type

Return Value

Type: String
See Also