[This is preliminary documentation and is subject to change.]
Validates a user based on a given email Address and password.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int ValidateUserLogin( string emailAddress, string password, out string errMessage ) |
| Visual Basic (Declaration) |
|---|
Public Function ValidateUserLogin ( _ emailAddress As String, _ password As String, _ <OutAttribute> ByRef errMessage As String _ ) As Integer |
| Visual C++ |
|---|
public: int ValidateUserLogin( String^ emailAddress, String^ password, [OutAttribute] String^% errMessage ) |
Parameters
- emailAddress
- Type: System..::.String
Email Address of the user.
- password
- Type: System..::.String
password of the user.
- errMessage
- Type: System..::.String%
The error message
