DOFConnectionConfigBuildersetTrustedDomains Method (ICollectionDOFObjectIDDomain)OpenDOF Object Access Library
Set the collection of trusted domains.

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

C#
public DOFConnectionConfigBuilder setTrustedDomains(
	ICollection<DOFObjectIDDomain> domains
)

Parameters

domains
Type: System.Collections.GenericICollectionDOFObjectIDDomain
The trusted domains. Null will be treated as an empty collection. Must not contain nulls.

Return Value

Type: DOFConnectionConfigBuilder
The builder.
Remarks

Set the collection of trusted domains. Overwrites any previously added trusted domains. See addTrustedDomains(Domain[]) .
See Also

Reference