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
- permissionstring
- Permission to be evaluated. 
- applicationTypeType
- Type of the application to be evaluated. 
- workspaceIdint
- Identifier of workspace to be evaluated.