[This is preliminary documentation and is subject to change.]
Integer flag indicating whether the user could be successfully
authenticated. Following is the list of possible values returned
and their meanings.
Namespace:
OfficeClip.DBLayer.ExtranetAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public ExtranetLoginStatus ValidateUserLogin( string emailAddress, string password, int orgId, out ExtranetUserInfo user ) |
| Visual Basic (Declaration) |
|---|
Public Function ValidateUserLogin ( _ emailAddress As String, _ password As String, _ orgId As Integer, _ <OutAttribute> ByRef user As ExtranetUserInfo _ ) As ExtranetLoginStatus |
| Visual C++ |
|---|
public: ExtranetLoginStatus ValidateUserLogin( String^ emailAddress, String^ password, int orgId, [OutAttribute] ExtranetUserInfo^% user ) |
Parameters
- emailAddress
- Type: System..::.String
- password
- Type: System..::.String
- orgId
- Type: System..::.Int32
The unique id of the organization
