Gets the http context cached user profile entity (Note: User profile is cached per request).

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

Syntax

C#
public virtual UserProfileEntity GetCachedUserProfile(
	Guid userId
)
Visual Basic
Public Overridable Function GetCachedUserProfile ( 
	userId As Guid
) As UserProfileEntity
Visual C++
public:
virtual UserProfileEntity^ GetCachedUserProfile(
	Guid userId
)
F#
abstract GetCachedUserProfile : 
        userId : Guid -> UserProfileEntity 
override GetCachedUserProfile : 
        userId : Guid -> UserProfileEntity 

Parameters

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

Return Value

Type: UserProfileEntity
User profile

Implements

IUserProfileBLL..::..GetCachedUserProfile(Guid)

See Also