IFieldHasPermission 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool HasPermission(
ObjectPermissions permission
)
Function HasPermission (
permission As ObjectPermissions
) As Boolean
Parameters
- permission
- Type: NetQuarryObjectPermissions
The permission of interest.
Return Value
Type:
BooleanTrue if the field has the specified permission for the current user, else false.
See Also