Kofax DM API Manual de usuario Pagina 474

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 473
454 CHAPTER 5
%RECENTACTIVITYTIME
%RECENTACTIVITYTIME
This token allows to sort the items returned by a search according to the
time they were most recently modified.
Syntax
PCDRecentDoc.AddOrderByProperty( _
“%RECENTACTIVITYTIME”, _
blnTrueFalse)
Parameters
Example
'Create a recent doc object.
Set pClient = CreateObject("PCDClient.PCDRecentDoc.1")
'Sort by modification date, most recent first.
pClient.AddOrderByProperty("%RECENTACTIVITYDATE", False)
'...And then by modification time, earliest first.
pClient.AddOrderByProperty("%RECENTACTIVITYTIME")
Related Items
See the PCDRecentDoc object.
See the AddOrderByProperty method.
See the
%RECENTACTIVITYDATE token.
%RECENTACTIVITYTIME The token identifier that indicates that
the retrieved data should be sorted in
order by the time each was created.
blnTrueFalse A Boolean value that indicates whether
the data should be sorted in ascending
or descending order. A False value
results in descending order. Anything
else (including no value) results in
ascending order.
Vista de pagina 473
1 2 ... 469 470 471 472 473 474 475 476 477 478 479 ... 527 528

Comentarios a estos manuales

Sin comentarios