Add one or more actions to the permission request.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFPermissionBindingBuilder addActions( int actions )
Parameters
- actions
- Type: SystemInt32
The actions to add to the permission. Must be one (or a combination of) Binding.ACTION_SESSION , Binding.ACTION_PROVIDE , Binding.ACTION_READ , Binding.ACTION_WRITE , Binding.ACTION_EXECUTE .
Return Value
Type: DOFPermissionBindingBuilderThe builder.
Remarks
See Also