Kofax DM API Bedienungsanleitung Seite 499

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 498
DM API TOKENS 479
%TRUSTEE_RIGHTS
%TRUSTEE_RIGHTS
The %TRUSTEE_RIGHTS token, together with the %TRUSTEE_ID and
%TRUSTEE_TYPE
tokens, allows trustee settings for a document to be
set or modified. Users who can modify a document object are called
trustees.
Syntax
PCDPropertyList.AddProperty(“%TRUSTEE_RIGHTS”, _
vntRights)
Parameters
Usage
The rights specified by this setting can apply to a person, a group, or an
ORGHIERARCHY
unit, as shown in the ORGHIERARCHY database table.
Example
'Create a property list object.
Set pPropList = CreateObject("PCDClient.PCDPropertyList")
'Request trustee information.
pPropList.AddProperty("%TRUSTEE_ID", vntName)
'Request the trustee type.
pPropList.AddProperty("%TRUSTEE_TYPE", vntType)
'Request the trustee permissions.
pPropList.AddProperty("%TRUSTEE_RIGHTS", vntRights)
Related Items
See the PCDPropertyList object.
%TRUSTEE_RIGHTS The token identifier used to indicate that
the rights of the trustee are being
identified.
vntRights The rights of this user for this document
object, as shown in the SECURITY
table.
Seitenansicht 498
1 2 ... 494 495 496 497 498 499 500 501 502 503 504 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare