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

Gets all the account related information for a particular account identified by the AccountId.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public AccountInfo GetAccountInfo(
	int accountId
)
Visual Basic (Declaration)
Public Function GetAccountInfo ( _
	accountId As Integer _
) As AccountInfo
Visual C++
public:
AccountInfo^ GetAccountInfo(
	int accountId
)

Parameters

accountId
Type: System..::.Int32
The id of the account for which the information is to be retrieved.

Return Value

The AccountInfo object containing all the information related to account identified by the AccountId.

See Also