MapperKernelHasPermission Method |
Determines if the mapper has the specified
ObjectPermissions for the current user.
If the object has no assigned permisions, the return value is true.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool HasPermission(
ObjectPermissions permission
)
Public Function HasPermission (
permission As ObjectPermissions
) As Boolean
Parameters
- permission
- Type: NetQuarryObjectPermissions
The permission of interest.
Return Value
Type:
BooleanTrue if the mapper has the specified permission for the current user, else false.
Implements
IMapperHasPermission(ObjectPermissions)See Also