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