DOFOperationBridgeConfigBuildersetPermissionsExtendAllowed Method OpenDOF Object Access Library
Set whether the bridge can extend permissions.

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

C#
public DOFOperationBridgeConfigBuilder setPermissionsExtendAllowed(
	bool isAllowed
)

Parameters

isAllowed
Type: SystemBoolean
Whether extend is allowed or not. Default is true.

Return Value

Type: DOFOperationBridgeConfigBuilder
The Builder.
Remarks

Set whether the bridge can extend permissions. If false, the bridge will never have more permissions than what is set on setPermissions(DOFPermissionSet).
See Also

Reference