Kofax DM API Uživatelský manuál Strana 475

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 474
DM API TOKENS 455
%RELATED_REMOTE_LIBS
%RELATED_REMOTE_LIBS
This token can be used to specify that a search for related documents
should retrieve from remote libraries only.
Syntax
PCDSearch.AddSearchCriteria( _
“%RELATED_REMOTE_LIBS”, _
strLibraryList)
Parameters
Example
'Create a search object.
pRelated = CreateObject("PCDClient.PCDSearch")
'Set the search type.
pRelated.SetSearchObject(“RelatedItemsSearch”)
'Set the DM security token.
pRelated.SetDST(strDST)
'Search in the following remote libraries.
pRelated.AddSearchCriteria("%RELATED_REMOTE_LIBS",libraryList)
Related Items
See the PCDSearch object.
See the AddSearchCriteria method.
%RELATED_REMOTE_LIBS The token identifier that directs a
search to retrieve only from remote
libraries.
strLibraryList A comma-delimited list of remote
libraries that are to be included in the
search.
Zobrazit stránku 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 527 528

Komentáře k této Příručce

Žádné komentáře