Kofax DM API Manuel d'utilisateur Page 381

  • 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 380
DM API TOKENS 361
%FORM_DEFAULT_PRIMARY
%FORM_DEFAULT_PRIMARY
Use this token to identify the default profile form.
Syntax
PCDPropertyList.GetPropertyValue( _
“%FORM_DEFAULT_PRIMARY”)
Parameters
Usage
Returns “Y” if the form in the current return properties data set is the
default profile form. Otherwise, “N” is returned.
Example
'Create a doc object and a property list object.
Dim pDocObject As PCDClient.PCDDocObject
Dim pFormProperties As PCDClient.PCDPropertyList
'Set the DM security token.
pDocObject.SetDST(strDST)
'Check for errors.
checkError(pDocObject,"ERROR_CREATESEARCH")
'Set the object type.
pDocObject.SetObjectType("DocsFormsList")
'Set the destination library.
pDocObject.SetProperty("%TARGET_LIBRARY", library)
'Set the search type.
pDocObject.SetProperty("%FORM_LIST_TYPE", "%HITLIST")
'Get the results.
pDocObject.Fetch()
'Check for errors.
checkError(pDocObject, "ERROR_SEARCH")
%FORM_DEFAULT_PRIMARY The token identifier that indicates the
default profile form is to be returned.
Vue de la page 380
1 2 ... 376 377 378 379 380 381 382 383 384 385 386 ... 527 528

Commentaires sur ces manuels

Pas de commentaire