[This is preliminary documentation and is subject to change.]
Get the user information
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public UserInfo GetUserInfo( int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetUserInfo ( _ userId As Integer _ ) As UserInfo |
Visual C++ |
---|
public: UserInfo^ GetUserInfo( int userId ) |
Parameters
- userId
- Type: System..::.Int32