Click or drag to resize

OpenDirectoryResponseSelectDirectory Method

Creates a OpenDirectoryResponse that notifies the browser that the directory was selected in the dialog.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static OpenDirectoryResponse SelectDirectory(
	string directory
)

Parameters

directory
Type: SystemString
The selected directory.

Return Value

Type: OpenDirectoryResponse
The OpenDirectoryResponse instance that can be used as a return value in OpenDirectoryHandler implementation.
See Also