Gets or sets the filter of file types allowed for upload to the server.
Namespace:
ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)
Syntax
C# |
---|
public string FileTypesFilter { get; set; } |
Visual Basic (Declaration) |
---|
Public Property FileTypesFilter As String |
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|*.*"