DOFPermissionSetisAllowedBy Method OpenDOF Object Access Library
Returns whether or not this permission set is a subset of the permissions allowed by the specified permission set.

Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public bool isAllowedBy(
	DOFPermissionSet permissionSet
)

Parameters

permissionSet
Type: org.opendof.core.oal.securityDOFPermissionSet
The permission set to compare permissions against. If null, then false is returned.

Return Value

Type: Boolean
True if this permission set is a subset of the specified permission set. False otherwise.
Remarks

Returns whether or not this permission set is a subset of the permissions allowed by the specified permission set.
See Also

Reference