Click or drag to resize

IMapperHasPermission 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
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.
See Also