Gets the C# code for the property based on the given field.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- ffi
- Type: CMS.FormEngine FormFieldInfo
Form field info
- baseControl
- Type: System String
Base control name in case the properties are mirrored to the base control
- sbInit
- Type: System.Text StringBuilder
String builder for the initialization code of the base control
- useSystemMethods
- Type: System Boolean
If true, system method are used for conversion of values
Return Value
Type: StringSee Also