Click or drag to resize
TransformationInfoProviderGenerateTransformationCode Method
Generates the default transformation code for given class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GenerateTransformationCode(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: String
See Also