Click or drag to resize

FieldKernelHasPermission Method

Determines if the field 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 field has the specified permission for the current user, else false.

Implements

IFieldHasPermission(ObjectPermissions)
See Also