DOFPermissionSetBuilder Constructor (DOFPermissionSet)OpenDOF Object Access Library
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

Construct a builder from an existing permission set. The permissions of the existing set and the isExtendAllowedFlag will be copied into the builder.
See Also

Reference