Construct a builder from an existing permission set.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFPermissionSet permissions )
Parameters
- permissions
- Type: org.opendof.core.oal.securityDOFPermissionSet
Permission set to use as a starting point for the newly constructed builder.
Remarks
See Also