Returns whether or not this permission 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 abstract bool isAllowedBy( DOFPermissionSet permissionSet )
Parameters
- permissionSet
- Type: org.opendof.core.oal.securityDOFPermissionSet
The permission set to compare permissions against.
Return Value
Type: BooleanTrue if the permission is a subset of the specified permission set. False otherwise.
Remarks
See Also