Interface IWorkspacePermissionEvaluator
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
stringPermission to be evaluated.
applicationType
TypeType of the application to be evaluated.
workspaceId
intIdentifier of workspace to be evaluated.