[This is preliminary documentation and is subject to change.]
Get all the account related information from the database
for the account of the Current logged in user.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public AccountInfo GetAccountInfoFromUserId( int currentUserId ) |
Visual Basic (Declaration) |
---|
Public Function GetAccountInfoFromUserId ( _ currentUserId As Integer _ ) As AccountInfo |
Visual C++ |
---|
public: AccountInfo^ GetAccountInfoFromUserId( int currentUserId ) |
Parameters
- currentUserId
- Type: System..::.Int32