Recentactivitytime, Recentactivitytime 454 – Kofax DM API User Manual

Page 474

Advertising
background image

454 C

HAPTER

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.

Advertising