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

Gets the user count of a particular account

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

Syntax

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

Parameters

accountId
Type: System..::.Int32
The unique id of the account

Return Value

The number of users in the account

See Also