Kofax DM API Manual de usuario Pagina 325

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 527 528

Comentarios a estos manuales

Sin comentarios