DOFSystemConfigBuildersetPermissions Method OpenDOF Object Access Library
Set the initial permissions of the system.

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

C#
public DOFSystemConfigBuilder setPermissions(
	DOFPermissionSet permissions
)

Parameters

permissions
Type: org.opendof.core.oal.securityDOFPermissionSet
The initial permissions to use with the system.
null
means none (default).

Return Value

Type: DOFSystemConfigBuilder
The builder.
Remarks

Set the initial permissions of the system.
See Also

Reference