Click or drag to resize

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
)

Parameters

permission
Type: NetQuarryObjectPermissions
The permission of interest.

Return Value

Type: Boolean
True if the mapper has the specified permission for the current user, else false.

Implements

IMapperHasPermission(ObjectPermissions)
See Also