DOFSystemConfigBuildersetPermissionsExtendAllowed Method OpenDOF Object Access Library
Set whether the system is allowed to extend the initial permission set.

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

C#
public DOFSystemConfigBuilder setPermissionsExtendAllowed(
	bool isExtendAllowed
)

Parameters

isExtendAllowed
Type: SystemBoolean
True if permissions are allowed to be extended. False otherwise.

Return Value

Type: DOFSystemConfigBuilder
The builder.
Remarks

Set whether the system is allowed to extend the initial permission set.
See Also

Reference