CodeGeneratorGetPropertyCode Method |
Gets the C# code for the property based on the given field.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static string GetPropertyCode(
FormFieldInfo ffi,
bool useSystemMethods
)
Parameters
- ffi
- Type: CMS.FormEngineFormFieldInfo
Form field info - useSystemMethods
- Type: SystemBoolean
If true, system method are used for conversion of values
Return Value
Type:
StringSee Also