Kofax DM API Bedienungsanleitung Seite 471

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 470
DM API TOKENS 451
%QS_VIEW
'Check for errors.
checkError(pDocObject, "ERROR_DOCPROFILEDSP_RIGHTS")
'Get the doc's effective rights for this user.
Set intAccessRights = _
pDocObject.GetReturnProperty("%EFFECTIVE_RIGHTS")
'Make sure user has rights to view and execute the search form.
If Not (pDocObject.HasRight("%QS_VIEW", intAccessRights)) Then
'The user is a trustee for this Quick Search. The user
'cannot execute this Quick Search.
End If
Related Items
See the PCDDocObject object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
%QS_DELETE
%QS_EDIT
Seitenansicht 470
1 2 ... 466 467 468 469 470 471 472 473 474 475 476 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare