Checks if the specified user has read access to the group.

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

Syntax

C#
bool HasReadAccess(
	Guid userId
)
Visual Basic
Function HasReadAccess ( 
	userId As Guid
) As Boolean
Visual C++
bool HasReadAccess(
	Guid userId
)
F#
abstract HasReadAccess : 
        userId : Guid -> bool 

Parameters

userId
Type: System..::..Guid
User ID.

Return Value

Type: Boolean
True if user has access, false otherwise.

See Also