Returns a number of groups the specified user is a member of.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual int GetCountOfUserGroups(
	Guid userId
)
Visual Basic
Public Overridable Function GetCountOfUserGroups ( 
	userId As Guid
) As Integer
Visual C++
public:
virtual int GetCountOfUserGroups(
	Guid userId
)
F#
abstract GetCountOfUserGroups : 
        userId : Guid -> int 
override GetCountOfUserGroups : 
        userId : Guid -> int 

Parameters

userId
Type: System..::..Guid
user id.

Return Value

Type: Int32
Number of the groups the user is a member of.

Implements

IGroupBLL..::..GetCountOfUserGroups(Guid)

See Also