DOFOperationControladdProviderExclusions Method OpenDOF Object Access Library
Add to the list of providers (DOFObjectID's) who should not respond to requests made using this Control.

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

C#
public void addProviderExclusions(
	ICollection<DOFObjectID> providerIDs
)

Parameters

providerIDs
Type: System.Collections.GenericICollectionDOFObjectID
A collection of providers (DOFObjectID's) that should be excluded. This must not be null.
Remarks

Add to the list of providers (DOFObjectID's) who should not respond to requests made using this Control.
See Also

Reference