Kofax DM API Manual do Utilizador Página 403

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 402
DM API TOKENS 383
%FT_TIMESTAMP
%FT_TIMESTAMP
This token is used when a full text search is performed. It returns the
last time the object was modified.
Syntax
PCDSearch.AddReturnProperty(“%FT_TIMESTAMP”)
Parameters
Usage
The search returns timestamp information expressed in Unix format,
showing the number of seconds since January 1, 1970 at 12:00 A.M.
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'Return timestamp information.
pClient.AddReturnProperty("%FT_TIMESTAMP")
'Execute the search.
pClient.Execute()
'Create a variable to hold the retrieved search value.
Dim vValue As Variant
'Retrieve the data.
vValue = pClient.GetPropertyValue(“%FT_TIMESTAMP”)
'Process the data.
Related Items
See the PCDSearch object.
See the
AddReturnProperty method.
See the following tokens:
%FT_TIMESTAMP Return timestamp information about the
search object.
Vista de página 402
1 2 ... 398 399 400 401 402 403 404 405 406 407 408 ... 527 528

Comentários a estes Manuais

Sem comentários