CodeGeneratorGetPropertiesCode Method |
Gets the C# code for the properties based on the given form information.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static string GetPropertiesCode(
FormInfo fi,
bool systemFields,
bool useSystemMethods
)
Parameters
- fi
- Type: CMS.FormEngineFormInfo
Form information - systemFields
- Type: SystemBoolean
If true, the system fields are included to the code generation - useSystemMethods
- Type: SystemBoolean
If true, system method are used for conversion of values
Return Value
Type:
StringSee Also