DOFPermissionBindingBuildersetAllAttributesAllowed Method OpenDOF Object Access Library
Set all attributes (any type, any data) to a binding permission builder.

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

C#
public DOFPermissionBindingBuilder setAllAttributesAllowed(
	bool isAllowed
)

Parameters

isAllowed
Type: SystemBoolean
Whether all attributes are allowed or not.

Return Value

Type: DOFPermissionBindingBuilder
The builder.
Remarks

Set all attributes (any type, any data) to a binding permission builder.
See Also

Reference