Kofax DM API Manuel d'utilisateur Page 489

  • 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 488
DM API TOKENS 469
%SEARCH
%SEARCH
This token is used in conjunction with %FORM_LIST_TYPE to return
all search forms available to the user.
Syntax
PCDDocObject.SetProperty(“%FORM_LIST_TYPE”, _
“%SEARCH”)
Parameters
Example
'Create a doc object.
Set pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Set the object (form) type.
pDocObject.SetObjectType("FormsList")
'Set the library.
pDocObject.SetProperty("%TARGET_LIBRARY", strMyLib))
'Specify the type of forms that this search should list.
pDocObject.SetProperty("%FORM_LIST_TYPE", "%SEARCH")
'Fetch the list of forms.
pDocObject.Fetch()
Related Items
See the PCDDocObject object.
See the
SetProperty method.
%FORM_LIST_TYPE The token that indicates the current
command line identifies the type of form
that the list operation is to retrieve.
%SEARCH The token identifier that specifies that
the list of search forms available to the
user should be returned.
Vue de la page 488
1 2 ... 484 485 486 487 488 489 490 491 492 493 494 ... 527 528

Commentaires sur ces manuels

Pas de commentaire