.NET Framework Class Library
UserInterface.SelectDir Method

<< Click to Display Table of Contents >>

Navigation:  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:

StringSelectDir(
 Stringroot,
 Stringtitle
)

JavaScript

function selectDir(roottitle);

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