A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Services.IUserPermissionService.html below:

View Source Interface IUserPermissionService

Manages permissions for user access.

Namespace: Umbraco.Cms.Core.Services Assembly: Umbraco.Core.dll Syntax
public interface IUserPermissionService
Methods View Source

Authorize that a user has access to user account.

Declaration
virtual Task<UserAuthorizationStatus> AuthorizeAccessAsync(IUser user, Guid userKey)
Parameters Type Name Description IUser user

IUser to authorize.

Guid userKey

The identifier of the user account to check for access.

Returns View Source AuthorizeAccessAsync(IUser, IEnumerable<Guid>)

Authorize that a user has access to user accounts.

Declaration
Task<UserAuthorizationStatus> AuthorizeAccessAsync(IUser user, IEnumerable<Guid> userKeys)
Parameters Type Name Description IUser user

IUser to authorize.

IEnumerable<Guid> userKeys

The identifiers of the user accounts to check for access.

Returns

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4