[This is preliminary documentation and is subject to change.]
Gets the account information for a give user identified by the userId.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public AccountUserInfo GetAccountUserInfo( int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetAccountUserInfo ( _ userId As Integer _ ) As AccountUserInfo |
Visual C++ |
---|
public: AccountUserInfo^ GetAccountUserInfo( int userId ) |
Parameters
- userId
- Type: System..::.Int32
The id of the user in the users table.