Mediachase FileUploader.NET 1.9 Framework Help

FormFieldInfo.IsFormItem Property

Gets a value indicating whether the field represents not file.

[Visual Basic]
Public ReadOnly Property IsFormItem As Boolean
[C#]
public bool IsFormItem {get;}

Property Value

true if the fields represents not file; otherwise, false.

Remarks

IsFormItem == !IsFile

See Also

FormFieldInfo Class | Mediachase.FileUploader Namespace