Skip to main content
Version: 4.1

FileDialogUI

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

UI implementation for the FileDialog class.

public class FileDialogUI : Form

Constructors

Instance member FileDialogUI()

Initializes a new instance of FileDialogUI.

Instance member FileDialogUI(fileDialog)

Initializes a new instance of FileDialogUI.

NameTypeDescription
fileDialogFileDialog

Methods

Protected member Dispose(disposing)

Clean up any resources being used.

ParameterTypeDescription
disposingBooleantrue if managed resources should be disposed; otherwise, false.

Protected member GetDirectories(root, path)

Returns the directories in the specified path within the root file system.

ParameterTypeDescription
rootIFileSystemProviderThe IFileSystemProvider that represents the root file system.
pathStringFull path containing the directories to enumerate.

Returns: String[]. A string array with the path of the directories.

Protected member GetFileIcon(path)

Returns the a Image or a String that corresponds to the icon of the file specified in path .

ParameterTypeDescription
pathStringThe path of the file for which to retrieve the icon.

Returns: Object. An Image or a String representing the file's icon.

Protected member GetFiles(root, path, pattern)

Returns the list of files in the path that match the pattern within the specified root file system.

ParameterTypeDescription
rootIFileSystemProviderThe IFileSystemProvider that contains the files.
pathStringPath where the files are located.
patternStringWildcard pattern to qualify the files to return.

Returns: String[]. A string array with the full path of the files that qualify the specified criteria.

Protected member OnFormClosed(e)

ParameterTypeDescription
eFormClosedEventArgs

Protected member OnLoad(e)

ParameterTypeDescription
eEventArgs

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IContainerControlProvides the functionality for a control to act as a parent for other controls.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejWindowAll wisej top-level windows implement this interface.
IWisejSerializableAllows an object to serialize itself.