DOFPermissionSetBuilderaddPermissions Method (DOFPermissionSet)OpenDOF Object Access Library
Add all permissions from another permission set.

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

C#
public DOFPermissionSetBuilder addPermissions(
	DOFPermissionSet permissions
)

Parameters

permissions
Type: org.opendof.core.oal.securityDOFPermissionSet
The permissions to add. Null is ignored.

Return Value

Type: DOFPermissionSetBuilder
The builder.
Remarks

Add all permissions from another permission set.
See Also

Reference