NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialog.FileNames

Gets the file names of all selected files in the dialog box.

[Visual Basic]
Public ReadOnly Property FileNames As String ()
[C#]
public string[] FileNames {get;}
[C++]
public: __property String* get_FileNames();
[JScript]
public function get FileNames() : String[];

Property Value

An array of values containing the file names of all selected files in the dialog box.

Remarks

Each file name includes both the file path and the extension. If no files are selected, this method returns an empty array.

See Also

FileDialog Class | FileDialog Members | System.WinForms Namespace | FileName