FolderBrowserDialog
Wisej.Web.FolderBrowserDialog
Last updated
Was this helpful?
Wisej.Web.FolderBrowserDialog
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Allows the user to select a folder from one of the .
Initializes a new instance of .
Initializes a new instance of using the initial roots .
roots
Initializes a new instance of the extender with a specified container.
container
path
folderPath
Virtual path to map to the corresponding physical path.
e
Resets all properties to their default values.
Initial file systems to load in the .
An that represents the container of the component.
: Returns or sets the description splayed above the tree view control in the dialog box. (Default: ""
)
: List of root file systems displayed by the FolderBrowserDialog.
The Roots collection and the implementations allow the application to use arbitrary names mapped to a specific path. For example, the app may add a root object named "Documents" to "c:\users[logged-user-id]\files\documents". Each user will see "Documents" as the root, but will also see only the files in the [logged-user-id] directory. The deafult value is an empty
: Returns sets the path selected by the user. (Default: ""
)
: Returns or sets whether the Help button is displayed in the file dialog box. (Default: False
)
: Returns or sets the file dialog box title. (Default: ""
)
Returns: .
Returns the that contains the specified path .
Full path of the file to locate in on of the .
Returns: . The that contains the specified path or null if not found.
Maps the virtual path to the corresponding physical path on the specific implementation.
Returns: . The physical path for the implementation.
Fires the event.
A object that provides the event data.
Fired when the file dialog is loading a file or folder.