Click or drag to resize
FormHelperHasFileUploadControl Method
Returns if field's control is of file type.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static bool HasFileUploadControl(
	FormFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo
Form field info with control type

Return Value

Type: Boolean
See Also