DOFConnectionConfigBuilderPointsetPermissions Method OpenDOF Object Access Library
Set the initial permissions of the connection.

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

C#
public DOFConnectionConfigBuilderPoint setPermissions(
	DOFPermissionSet perms
)

Parameters

perms
Type: org.opendof.core.oal.securityDOFPermissionSet
The initial permissions of the connection. If all of these permissions cannot be obtained, the connection will fail.
null
means default.

Return Value

Type: DOFConnectionConfigBuilderPoint
The builder.
Remarks

Set the initial permissions of the connection.
See Also

Reference