TransformationInfoProviderGenerateTransformationCode Method (String, TransformationTypeEnum, String) |
Generates transformation code.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax 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:
StringTransformation code as a string or "".
See Also