Kofax DM API Manual do Utilizador Página 458

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 457
438 CHAPTER 5
%PROFILE
%PROFILE
This token is used to return information about the default profile form
for the user's primary group.
Syntax
PCDDocObject.SetProperty(“%FORM_LIST_TYPE”, _
“%PROFILE”)
Parameters
Example
'Create a doc object.
Set pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Check for errors.
checkError(pDocObject, "ERROR_CREATESEARCH")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Set the object type.
pDocObject.SetObjectType("DocsFormsList")
'Set the library.
pDocObject.SetProperty("%TARGET_LIBRARY", strLibName)
'Get the default profile form for the current group.
pDocObject.SetProperty("%FORM_LIST_TYPE", "%PROFILE")
'Retrieve the specified information.
pDocObject.Fetch()
%FORM_LIST_TYPE The token that indicates the current
command line identifies the type of form
that the list operation is to retrieve.
%PROFILE The token identifier that indicates
information about the default Profile
form is to be retrieved.
Vista de página 457
1 2 ... 453 454 455 456 457 458 459 460 461 462 463 ... 527 528

Comentários a estes Manuais

Sem comentários