Kofax DM API Manual do Utilizador Página 475

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 527 528

Comentários a estes Manuais

Sem comentários