DOFServerConfigBuilderSecurableTsetPermissions Method OpenDOF Object Access Library
Set the initial permissions for a domain.

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

C#
public virtual T setPermissions(
	DOFObjectIDDomain domain,
	DOFPermissionSet perms
)

Parameters

domain
Type: org.opendof.core.oalDOFObjectIDDomain
The domain to set permissions. Must not be null or broadcast.
perms
Type: org.opendof.core.oal.securityDOFPermissionSet
The initial permissions for a domain.
null
means default.

Return Value

Type: T
The builder.
Remarks

Set the initial permissions for a domain.
See Also

Reference