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: BooleanTrue if this permission set is a subset of the specified permission set. False otherwise.
Remarks
See Also