Kofax DM API Bedienungsanleitung Seite 371

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 370
DM API TOKENS 351
%EFFECTIVE_RIGHTS
'Check for errors.
checkError(pDocObject, "ERROR_DOCPROFILEDSP_RIGHTS")
'Get the user's effective rights for this document object.
Set intAccessRights = pDocObject.GetReturnProperty( _
"%EFFECTIVE_RIGHTS")
'Make sure user has rights to edit the profile.
If Not (pDocObject.HasRight("%PR_EDIT", intAccessRights)) Then
'The user cannot edit this document.
End If
Related Items
See the PCDDocObject object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
%PR_ACCESS_CONTROL
%PR_CONTENT_COPY
%PR_CONTENT_DELETE
%PR_CONTENT_EDIT
%PR_CONTENT_RETRIEVE
%PR_CONTENT_VIEW
%PR_EDIT
%PR_VIEW
%RIGHT8
%RIGHT9
Seitenansicht 370
1 2 ... 366 367 368 369 370 371 372 373 374 375 376 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare