PublicAPI.Services.SecurityServices.HasPermission ELMA API Documentation
Check that the current user has the permission
 
 
Syntax

public bool HasPermission(
	Permission permission
)

Parameters

permission
Type: Permission
Permission

Return Value

Type: Boolean
true, if the permission exists
See Also