Kofax DM API Bedienungsanleitung Seite 448

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 447
428 CHAPTER 5
%PR_CONTENT_EDIT
'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 edit the profile.
If Not (pDocObject.HasRight("%PR_CONTENT_EDIT", _
intAccessRights)) Then
'Process the error condition.
End If
Related Items
See the PCDDocObject object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
%EFFECTIVE_RIGHTS
%PR_ACCESS_CONTROL
%PR_CONTENT_COPY
%PR_CONTENT_DELETE
%PR_CONTENT_RETRIEVE
%PR_CONTENT_VIEW
%PR_EDIT
%PR_VIEW
%RIGHT8
%RIGHT9
Seitenansicht 447
1 2 ... 443 444 445 446 447 448 449 450 451 452 453 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare