DOFOperationFilterBuilderallowByPermissions Method OpenDOF Object Access Library
Add a set of permissions to be allowed by the filter.

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

C#
public DOFOperationFilterBuilder allowByPermissions(
	DOFPermissionSet permissions
)

Parameters

permissions
Type: org.opendof.core.oal.securityDOFPermissionSet
The permissions to be allowed by the filter. Null is ignored.

Return Value

Type: DOFOperationFilterBuilder
The builder.
Remarks

Add a set of permissions to be allowed by the filter. Multiple calls to this method will result a superset containing a union of the permission sets.
See Also

Reference