FndLoginDialog.ShowDialog Method (FndLoginCredentials, Boolean, Boolean, String) |
Show the login dialog. Method will return when login dialog is closed.
Namespace:
Ifs.Fnd.AccessProvider.Interactive
Assembly:
Ifs.Fnd.AccessProvider.Interactive (in Ifs.Fnd.AccessProvider.Interactive.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic DialogResult ShowDialog(
FndLoginCredentials defaultCredentials,
bool hideConnectTo,
bool showDialogAlways,
string optionalAssemblyPath = ""
)
Parameters
- defaultCredentials
- Type: Ifs.Fnd.AccessProvider.Interactive.FndLoginCredentials
Default login credentials (see GetStoredCredentials) - hideConnectTo
- Type: System.Boolean
Hide "Connect To" server field - showDialogAlways
- Type: System.Boolean
Always show logon dialog - optionalAssemblyPath (Optional)
- Type: System.String
Optional path to probe for runtime files; e.g.; language files.
Return Value
Type:
DialogResultReturns DialogResult OK, Cancel or Abort
See Also