Kofax DM API Manuel d'utilisateur Page 325

  • 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 324
DM API TOKENS 305
%CHECKOUT_COMMENT
%CHECKOUT_COMMENT
This token is used in the Update method that the PCDDocObject
object supports to specify the checkout comment when an object is
being checked out or locked.
Syntax
PCDDocObject.SetProperty( _
“%CHECKOUT_COMMENT”, strComment)
Parameters
Example
pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Set the comment, if any.
If ( comment.length > 0 ) Then
pDocObject.SetProperty( "%CHECKOUT_COMMENT", comment )
End If
Related Items
See the PCDDocObject object.
See the
SetProperty method.
See the following tokens:
%CHECKIN_DATE
%ELAPSED_TIME
%CHECKOUT_COMMENT The token identifier that indicates a
check-out comment is being set.
strComment A string variable that contains the check-
out comment.
Vue de la page 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 527 528

Commentaires sur ces manuels

Pas de commentaire