Click or drag to resize

PageInfoHasPermission Method

Determines whether or not the page has the specified ObjectPermissions.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool HasPermission(
	ObjectPermissions permission
)

Parameters

permission
Type: NetQuarryObjectPermissions
The permission in question.

Return Value

Type: Boolean
True if the page has the permission, else false.
See Also