Returns whether or not this Permission is a subset of the permissions
allowed by the specified Permission.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract bool isAllowedBy( DOFPermission permission )
Parameters
- permission
- Type: org.opendof.core.oal.securityDOFPermission
The Permission to compare permissions against.
Return Value
Type: BooleanTrue if the Permission is a subset of the specified Permission. False otherwise.
Remarks
See Also