FileDialogUI
Wisej.Web.FileDialogUI
Last updated
Was this helpful?
Wisej.Web.FileDialogUI
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
UI implementation for the FileDialog class.
Initializes a new instance of .
Initializes a new instance of .
fileDialog
Clean up any resources being used.
disposing
true if managed resources should be disposed; otherwise, false.
Returns the directories in the specified path within the root file system.
root
path
Full path containing the directories to enumerate.
path
The path of the file for which to retrieve the icon.
Returns the list of files in the path that match the pattern within the specified root file system.
root
path
Path where the files are located.
pattern
Wildcard pattern to qualify the files to return.
e
e
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej top-level windows implement this interface.
Allows an object to serialize itself.
The that represents the root file system.
Returns: . A string array with the path of the directories.
Returns the a or a that corresponds to the icon of the file specified in path .
Returns: . An or a representing the file's icon.
The that contains the files.
Returns: . A string array with the full path of the files that qualify the specified criteria.
All wisej controls derived from the class must implement this interface.