Pcdsearch, Pcdsearch 10, Nt.pcdsearch") – Kofax DM API User Manual

Page 125: Object. u, Objec

Advertising
background image

DM API O

BJECTS

105

PCDSearch

PCDSearch

PCDSearch provides the user with the ability to enter criteria to execute
a search of the available document servers in your DM file store. You
can use this object to execute the search, then retrieve the results by
randomly or sequentially accessing the data rows that are returned. You
access a returned data item by referring to its property name.

Syntax

PCDSearch.

methodOrProperty

Example

The following example shows how to create an instance of the
PCDSearch object.

.

.

.

pSearch = Server.CreateObject( _

"PCDClient.PCDSearch")

.

.

.

Related Items

See the following methods:

AddOrderByProperty
AddReturnMetaProperty
AddReturnProperty
AddSearchCriteria
AddSearchLib
BeginGetBlock
ColumnCount
EndGetBlock
Execute
GetMetaPropertyValue
GetMetaRowsFound
GetPropertyValue
GetPropertyValueByIndex

GetRowsFound
NextMetaRow
NextRow
ReleaseResults
SetChunkFactor
SetDST
SetMaxRows
SetMetaRow
SetReturnProperties
SetRow
SetSearchCriteria
SetSearchObject

Advertising