DOFQueryisPreviousFilterMatch Method OpenDOF Object Access Library
Does the objectID match a query and has it already been matched on this query.

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

C#
public bool isPreviousFilterMatch(
	DOFObjectID objectID
)

Parameters

objectID
Type: org.opendof.core.oalDOFObjectID
The object identifier. Must not be null.

Return Value

Type: Boolean
True if a match has already occurred on the object and security scope, false otherwise.
Remarks

Does the objectID match a query and has it already been matched on this query.
See Also

Reference