.NET Framework Class Library
UserInterface.SelectDir Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.SelectDir Method

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, _
title As String _
) As String

C#

public string SelectDir(

string root,
string title
)

Visual C++

public:

String^ SelectDir(
String^ root,
String^ title
)

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

UserInterface Class

UserInterface Members

MwPDMApi Namespace