Click or drag to resize

IFieldRemovePermissions Method

Remove the specified ObjectPermissions from the field.

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

Parameters

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

Return Value

Type: ObjectPermissions
The adjusted permissions for the field.
See Also