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
permissionstringPermission to be evaluated.
applicationTypeTypeType of the application to be evaluated.
workspaceIdintIdentifier of workspace to be evaluated.