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#
public virtual bool HasReadAccess(
	Guid userId
)
Visual Basic
Public Overridable Function HasReadAccess ( 
	userId As Guid
) As Boolean
Visual C++
public:
virtual bool HasReadAccess(
	Guid userId
)
F#
abstract HasReadAccess : 
        userId : Guid -> bool 
override HasReadAccess : 
        userId : Guid -> bool 

Parameters

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

Return Value

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

Implements

IGroupBLL..::..HasReadAccess(Guid)

See Also