Kofax DM API Instrukcja Użytkownika Strona 430

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 429
1 2 ... 425 426 427 428 429 430 431 432 433 434 435 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag