.NET Framework Class Library
UserInterface.SelectDir Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Shows a directory dialog box interface.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function SelectDir ( _ root As String, _ |
C# |
|---|
public string SelectDir( string root, |
Visual C++ |
|---|
public: String^ SelectDir( |
JavaScript |
|---|
function selectDir(root, title); |
Parameters
root
Type: System.String
starting directory for the dialog box
title
Type: System.String
title of the form
Return Value
full path name selected
Remarks
See Also