Kofax DM API Bedienungsanleitung Seite 415

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 414
DM API TOKENS 395
%GET_REMOTE_RELATED
%GET_REMOTE_RELATED
This token indicates that the search should only return related items
that are located in document libraries that are remote to the library that
contains search document.
Syntax
PCDSearch.AddSearchCriteria( _
“%GET_RELATED_ITEMS”, _
“%GET_REMOTE_RELATED”)
Parameters
Example
'Create a search object.
pRelated = CreateObject("PCDClient.PCDSearch")
'Check for errors.
checkError(pRelated, "ERROR_CREATESEARCH")
'Set the search type.
pRelated.SetSearchObject("RelatedItemsSearch")
'Set the DM security token.
pRelated.SetDST(strDST)
'Current display library.
pRelated.AddSearchLib(library)
'Search for items related to this search object.
pRelated.AddSearchCriteria(“%OBJECT_IDENTIFIER”, _
strDocNum)
%GET_RELATED_ITEMS This token identifier indicates that a
search parameter is to be set that
indicates whether local or remote
libraries are to be searched.
%GET_REMOTE_RELATED This token identifier indicates that the
search is to retrieve related documents
only from libraries that are remote to the
library that contains the search object.
Seitenansicht 414
1 2 ... 410 411 412 413 414 415 416 417 418 419 420 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare