Share via


ISecurityManagement.IsUserInProfile(Guid) Method

Definition

Indicates if the current user is in the provided profile.

public:
 bool IsUserInProfile(Guid profileId);
public bool IsUserInProfile (Guid profileId);
abstract member IsUserInProfile : Guid -> bool
Public Function IsUserInProfile (profileId As Guid) As Boolean

Parameters

profileId
Guid

The profile identifier.

Returns

true if the current user is in the profile; otherwise false.

Applies to