Kofax DM API Manual de usuario Pagina 469

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 468
DM API TOKENS 449
%QS_EDIT
'Check for errors.
checkError(pDocObject, "ERROR_DOCPROFILEDSP_RIGHTS")
'Get the user's effective rights for this document.
Set intAccessRights = _
pDocObject.GetReturnProperty("%EFFECTIVE_RIGHTS")
'Make sure the user has rights to edit the profile.
If Not (pDocObject.HasRight("%QS_EDIT", intAccessRights)) Then
'The user does not have sufficient access rights to edit
'the specified Quick Search.
End If
Related Items
See the PCDDocObject object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
%QS_DELETE
%QS_VIEW
Vista de pagina 468
1 2 ... 464 465 466 467 468 469 470 471 472 473 474 ... 527 528

Comentarios a estos manuales

Sin comentarios