InspectCurrentUserPassword Method
- Last UpdatedNov 06, 2025
- 1 minute read
The InspectCurrentUserPassword() method opens a dialog to allow a current user to enter password for verification .
This overload of the method opens an frmVerifyCurrentUserCredentials dialog that does not contain a Notes text box.
'Declaration
Public Shared Function InspectCurrentUserPassword( _
ByVal initialUserID As String, _
ByVal isAddPrivilegeIsRequired As Boolean, _
ByVal isEditPrivilegeIsRequired As Boolean, _
ByRef verfUserName As String _
) As Boolean
public static bool InspectCurrentUserPassword(
string initialUserID,
bool isAddPrivilegeIsRequired,
bool isEditPrivilegeIsRequired,
out string verfUserName
)
Parameters
- initialUserID
- Required. Holds the default user ID for logging on.
- isAddPrivilegeIsRequired
- Holds the bool value to idicate Add sample privilege is reauired or not
- isEditPrivilegeIsRequired
- Holds the bool value to idicate Edit sample privilege is reauired or not
- verfUserName
- holds the username using which results were added or updated
Return Value
returns the bool value which indicates login is success or not