Gets the collection of C1FileInfo that do not follow the requirements..

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[BrowsableAttribute(false)]
public C1FileInfoCollection InvalidFiles { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property InvalidFiles As C1FileInfoCollection
	Get

See Also