FormInfo.GetFields Method (String) |
Returns the List of the FormFieldInfo objects.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntaxpublic List<FormFieldInfo> GetFields(
string fieldDataType
)
Parameters
- fieldDataType
- Type: System.String
Form field data type
Return Value
Type:
List<FormFieldInfo>
See Also