[This is preliminary documentation and is subject to change.]

Gets the account information for a give user identified by the userId.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  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.

Return Value

The AccountUserInfo object containing all the information related to the given user.

See Also