Share via


WebWindow.SelectedFiles Property

SharePoint Designer Developer Reference

Returns an array of WebFile objects that represents the selected files.

Syntax

expression.SelectedFiles

expression   Required. A variable that represents a WebWindow object.

Remarks

You must have Folders view open to select multiple files, and you must use the right pane to select the files. From Folders view you can select multiple files in a single Web site or in multiple Web sites. If you must use Page view, you can select only one file per Web site from the left pane.

You can use the WebViewFolders constant of the ViewMode property to set the view to the Folders view.

See Also