Click or drag to resize
TransformationInfoProviderGetTransformationTypeEnum Method
Gets the transformation type enumeration for the given string value.

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

Parameters

type
Type: SystemString
Transformation type

Return Value

Type: TransformationTypeEnum
See Also