Kofax DM API Manual do Utilizador Página 474

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 473
1 2 ... 469 470 471 472 473 474 475 476 477 478 479 ... 527 528

Comentários a estes Manuais

Sem comentários