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

FileExplorer.AllowedExtension Property

Gets or sets a list of extensions that the FileExplorer control displays/accepts.

[Visual Basic]
Public Property AllowedExtension As String
[C#]
public String AllowedExtension {get; set;}

Remarks

FileExplorer can be limited to display or accept only certain files. For example, If you use FileExplorer to browse image files, you may not wish it to display or accept any other type of files. Use this property to specify a list of extensions separated by "|", for example, ".gif|.jpg".

See Also

FileExplorer Class | EO.Web Namespace


Direct link to this topic