Click or drag to resize

ExtensionBrowseToFolder Method

Opens the CommonOpenFileDialog window to browse to a folder.

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static string[] BrowseToFolder(
	string startupDirectory,
	bool multiSelect = false
)

Parameters

startupDirectory
Type: SystemString
startup directory.
multiSelect (Optional)
Type: SystemBoolean
Allow multiple selection.

Return Value

Type: String
Array of selected directory.
See Also