FileDialog.Show

Syntax:

Show(<NotifyDescription>)

Parameters:

<NotifyDescription> (required)

Type: NotifyDescription.
Contains description of the procedure which will be called after the choice dialog is closed with the following parameters:
  • <SelectedFiles> – an array of selected file names or Undefined, if no selection is made.
  • <AdditionalParameters> - value specified when the NotifyDescription object was created.

Description:

Displays the file selection dialog.

Availability:

Thin client, web-client, thick client.

    

1C:Enterprise Developer's Community