Gets or sets the filter of file types allowed for upload to the server.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

C#
public string FileTypesFilter { get; set; }
Visual Basic
Public Property FileTypesFilter As String
	Get
	Set
Visual C++
public:
property String^ FileTypesFilter {
	String^ get ();
	void set (String^ value);
}

Field Value

The file types filter.

Examples

"MP3 files|*.mp3" or "Office Files|*.doc;*.xls;*.ppt|All Files|*.*"

See Also