Click or drag to resize

FieldKernelRemovePermissions Method

Remove the specified ObjectPermissions from the field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ObjectPermissions RemovePermissions(
	ObjectPermissions permissions
)

Parameters

permissions
Type: NetQuarryObjectPermissions
The permission(s) to remove.

Return Value

Type: ObjectPermissions
The adjusted permissions for the field.

Implements

IFieldRemovePermissions(ObjectPermissions)
See Also