Addreturnproperty – Kofax DM API User Manual

Page 161

Advertising
background image

DM API M

ETHODS

AND

P

ROPERTIES

141

AddReturnProperty

pSearch.

SetDST

( strDST )


'Add the Library you want to search.

pSearch.

AddSearchLib

( "LegalLaw" )


'Specify the form to use for this search.

pSearch.

SetSearchObject

( "def_qbe" )


'Add the properties you want the search

'to return.

pSearch.

AddReturnProperty

"docname"

pSearch.

AddReturnProperty

"docnum"

pSearch.

AddReturnProperty

"AUTHOR_ID"


'Execute the Search.

pSearch.

Execute

.
.
.

Related Items

See the following objects:

PCDRecentDoc
PCDSearch

See the following properties:

ErrDescription
ErrNumber

Advertising