Kofax DM API Manual de usuario Pagina 475

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 527 528

Comentarios a estos manuales

Sin comentarios