Click or drag to resize
CodeGeneratorGetPropertyCode Method
Gets the C# code for the property based on the given field.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
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: String
See Also