Table of Contents

Interface IWorkspacePermissionEvaluator

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Evaluates workspace data permissions for given application.

public interface IWorkspacePermissionEvaluator
Extension Methods

Methods

Evaluate(string, Type, int)

Checks whether the user has the workspace permission specified by the permission for application specified by applicationType.

Task<WorkspacePermissionEvaluationResult> Evaluate(string permission, Type applicationType, int workspaceId)

Parameters

permission string

Permission to be evaluated.

applicationType Type

Type of the application to be evaluated.

workspaceId int

Identifier of workspace to be evaluated.

Returns

Task<WorkspacePermissionEvaluationResult>