Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

FileExplorer.FileNameFilter Property

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


Direct link to this topic