Kofax DM API Bedienungsanleitung Seite 474

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 473
1 2 ... 469 470 471 472 473 474 475 476 477 478 479 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare