Gets or sets a regular expression to filter file names.
[Visual Basic]
Public Property FileNameFilter As
String
[C#]
public
String FileNameFilter {get; set;}
Remarks
FileExplorer control can be restricted to only display files that matches the given regular expression. Note knowledge of regular expression is required to use this property.
Unlike AllowedExtension property that is applied to both displaying and uploading files, this property only applies to displaying files.
See Also
FileExplorer Class | EO.Web Namespace