Kofax DM API Manuale Utente Pagina 474

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 528
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la 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.
Vedere la pagina 473
1 2 ... 469 470 471 472 473 474 475 476 477 478 479 ... 527 528

Commenti su questo manuale

Nessun commento