Kofax DM API Manuale Utente Pagina 430

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 528
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 429
410 CHAPTER 5
%OBJECT_IDENTIFIER
%OBJECT_IDENTIFIER
The %OBJECT_IDENTIFIER token is used to set the document ID
number of a document or or to retrieve a search objects identifier.
Syntax
PCDDocObject.SetProperty(“%OBJECT_IDENTIFIER”, _
lDocID)
PCDDocObject.GetPropertyValue( _
“%OBJECT_IDENTIFIER”)
PCDSearch.AddSearchCriteria( _
“%OBJECT_IDENTIFIER”, lDocID)
PCDSearch.GetPropertyValue( _
“%OBJECT_IDENTIFIER”)
Parameters
Example
'Create a search object.
Set pSearch = CreateObject("PCDClient.PCDSearch")
'Check for errors.
checkError(pSearch, "ERROR_CREATECSIOBJECT_PCDSearch")
'Set the DM security token.
pSearch.SetDST(strDST)
'Add the search library.
pSearch.AddSearchLib(library)
'Identify the search form.
pSearch.SetSearchObject("VersionsSearch")
'Add the system ID.
pSearch.AddSearchCriteria("%OBJECT_IDENTIFIER", lDocNum)
%OBJECT_IDENTIFIER The token identifier that indicates that
this command line involves a document
ID number.
lDocID If the document ID number is being set,
this is the value that is to be used.
Vedere la pagina 429
1 2 ... 425 426 427 428 429 430 431 432 433 434 435 ... 527 528

Commenti su questo manuale

Nessun commento