.NET Framework Class Library
UserInterface.SelectFileMulti Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
UserInterface.SelectFileMulti Method

Shows a file dialog box interface that allows multi selections

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function SelectFileMulti ( _

root As String, _
filter As String, _
title As String _
) As Object

C#

public Object SelectFileMulti(

string root,
string filter,
string title
)

Visual C++

public:

Object^ SelectFileMulti(
String^ root,
String^ filter,
String^ title
)

JavaScript

function selectFileMulti(root, filter, title);

Parameters

root

Type: System.String
starting directory for the dialog box

filter

Type: System.String
filter to apply (like description1|filter1|description2|filter2|...)

title

Type: System.String
title of the form

Return Value

array of values that are the full path name of the selected files

Remarks

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace