FormHelperHasFileUploadControl Method |
Returns if field's control is of file type.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static bool HasFileUploadControl(
FormFieldInfo fieldInfo
)
Parameters
- fieldInfo
- Type: CMS.FormEngineFormFieldInfo
Form field info with control type
Return Value
Type:
BooleanSee Also