Kofax DM API Manual do Utilizador Página 515

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 514
DM API TOKENS 495
%VERIFY_ONLY
%VERIFY_ONLY
This token allows you to verify that the attributes are correct for the
document. This is used primarily when a document is first created. You
might want to do this to make sure no errors are returned.
Syntax
PCDDocObject.SetProperty(“%VERIFY_ONLY”, _
strYesNo)
Parameters
Usage
The %VERIFY_ONLY token supports the following tokens:
Example
'Create a document object.
Set pObj = CreateObject("PCDClient.PCDDocObject")
'Set the DM security token.
pObj.SetDST(strDST)
'Validate the parameters, but do not create the object.
pObj.SetProperty("%VERIFY_ONLY", "%YES")
'Do the verification now.
pObj.Create
%VERIFY_ONLY The token identifier that indicates a
check of document attributes is going to
take place.
strYesNo A string that resolves to either %YES or
%NO.
%YES Yes, verify the parameters only.
%NO No, do not just
verify parameters. Actually create
the object in addition to verifying the parameters.
Vista de página 514
1 2 ... 510 511 512 513 514 515 516 517 518 519 520 ... 527 528

Comentários a estes Manuais

Sem comentários