.NET Framework Class Library
UserInterface.ListFiles Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Shows a dialog box that allows to choose between file names retrieved from a folder.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function ListFiles ( _ title As String, _ |
C# |
|---|
public string ListFiles( string title, |
Visual C++ |
|---|
public: String^ ListFiles( |
JavaScript |
|---|
function listFiles(title, fileDirectory, fileNameFilter, fileExtension); |
Parameters
title
Type: System.String
dialog box title
fileDirectory
Type: System.String
folder to search into
fileNameFilter
Type: System.String
filter to apply to file names
fileExtension
Type: System.String
file extension required
Return Value
Remarks
See Also