Click or drag to resize
TransformationInfoProviderGenerateTransformationCode Method (String, TransformationTypeEnum, String)

Note: This API is now obsolete.

Generates default transformation code.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GenerateTransformationCode(string className, TransformationTypeEnum transformationType) method instead. The original tableSchema parameter is ignored.")]
public static string GenerateTransformationCode(
	string tableSchema,
	TransformationTypeEnum transformationType,
	string className
)

Parameters

tableSchema
Type: SystemString
Table schema
transformationType
Type: CMS.PortalEngineTransformationTypeEnum
Transformation type: ASCX or XSLT
className
Type: SystemString
Class name

Return Value

Type: String
Transformation code as a string or ""
See Also