Remove all current actions and then set the actions to the new value.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFPermissionBindingBuilder setActions( int actions )
Parameters
- actions
- Type: SystemInt32
The actions that the permission will now request. Must be one (or a combination of by ORing them together). Binding.ACTION_SESSION , Binding.ACTION_PROVIDE , Binding.ACTION_READ , Binding.ACTION_WRITE , Binding.ACTION_EXECUTE .
Return Value
Type: DOFPermissionBindingBuilderThe builder.
Remarks
See Also