Kofax DM API Bedienungsanleitung Seite 482

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 481
462 CHAPTER 5
%RIGHT8
'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 assign a document or record
'to a File.
If Not (pDocObject.HasRight("%RIGHT8", intAccessRights)) Then
'The user does not have sufficient access rights to
'assign a document or record to a file.
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_EDIT
%PR_CONTENT_RETRIEVE
%PR_CONTENT_VIEW
%PR_EDIT
%RIGHT9
Seitenansicht 481
1 2 ... 477 478 479 480 481 482 483 484 485 486 487 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare