[This is preliminary documentation and is subject to change.]
Gets the login parameters
Namespace:
OfficeClip.DBLayer.OemAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void GetLoginParameters( ref LoginSetupInfo loginSetupInfo, int accountId ) |
| Visual Basic (Declaration) |
|---|
Public Sub GetLoginParameters ( _ ByRef loginSetupInfo As LoginSetupInfo, _ accountId As Integer _ ) |
| Visual C++ |
|---|
public: void GetLoginParameters( LoginSetupInfo^% loginSetupInfo, int accountId ) |
Parameters
- loginSetupInfo
- Type: OfficeClip.BusinessLayer.Framework..::.LoginSetupInfo%
- accountId
- Type: System..::.Int32
The account id of the current account, if -1 then no account is specified
