Check if user exists.

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

Syntax

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

Parameters

userId
Type: System..::..Guid
User Id.

Return Value

Type: Boolean
True if user exists, false otherwise.

See Also