DOFPermissionSetgetComplement Method OpenDOF Object Access Library
Return the complement for this permission set.

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

C#
public DOFPermissionSet getComplement()

Return Value

Type: DOFPermissionSet
The complement for this permission set.
Remarks

Return the complement for this permission set. The PermissionSet complement is the union of the complements of all permissions in this set.
See Also

Reference