Kofax DM API Bedienungsanleitung Seite 467

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 466
DM API TOKENS 447
%QS_DELETE
'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 user has rights to edit the profile.
If Not (pDocObject.HasRight("%QS_DELETE", intAccessRights)) Then
'The user does not have sufficient access rights to
'delete the specified Quick Search.
End If
Related Items
See the PCDDocObject object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
%QS_EDIT
%QS_VIEW
Seitenansicht 466
1 2 ... 462 463 464 465 466 467 468 469 470 471 472 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare