IChooseFilePageView.ShowPasswordForm(String, String, out FileInfo) Method
If implemented, shows the form for specifying a password, if the selected file is password protected.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| caption | String | The caption of the password form. |
| fileName | String | The name of the selected file. |
| fileInfo | FileInfo | An object containing settings of the selected file. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the password was successfully specified, otherwise, false. |
See Also