ESRI.ArcGIS.Mobile.Client
FileBrowserItemFilter Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > FileBrowserItemFilter Class : FileBrowserItemFilter Constructor

label
The name of the filter.
extensions
The list of extensions to filter.
Initializes a new instance of the FileBrowserItemFilter class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal label As String, _
   ByVal extensions As String _
)
C# 
public FileBrowserItemFilter( 
   string label,
   string extensions
)

Parameters

label
The name of the filter.
extensions
The list of extensions to filter.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also