Application.FileDialog Property

SharePoint Designer Developer Reference

Returns a FileDialog object that represents a single instance of a file dialog box.

Syntax

expression.FileDialog(DialogType)

expression   Required. A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
DialogType Required MsoFileDialogType The type of dialog box to open.

See Also