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

Gets all the information related to a particular Customer identified by accountId.

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

Syntax

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

Parameters

accountId
Type: System..::.Int32
Id of the Customer for which all the information is to be retrieved.

Return Value

Instance of the ClientInfo object containing all the information related to the Customer. ClientInfo

See Also