FolderBrowserDialogUI

Wisej.Web.FolderBrowserDialogUI

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

UI implementation for the FolderDialog class.

public class FolderBrowserDialogUI : Form

Constructors

FolderBrowserDialogUI()

Initializes a new instance of FolderBrowserDialogUI.

FolderBrowserDialogUI(folderDialog)

Initializes a new instance of FolderBrowserDialogUI.

Name
Type
Description

Methods

Dispose(disposing)

Clean up any resources being used.

Parameter
Type
Description

disposing

true if managed resources should be disposed; otherwise, false.

GetDirectories(root, path)

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

Parameter
Type
Description

root

The IFileSystemProvider that represents the root file system.

path

Full path containing the directories to enumerate.

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

OnLoad(e)

Parameter
Type
Description

Implements

Name
Description

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 controls derived from the Control class must implement this interface.

All wisej top-level windows implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?