Kofax DM API Manuel d'utilisateur Page 430

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 429
1 2 ... 425 426 427 428 429 430 431 432 433 434 435 ... 527 528

Commentaires sur ces manuels

Pas de commentaire