Kofax DM API Instrukcja Użytkownika Strona 475

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag