Kofax DM API Bedienungsanleitung Seite 497

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 496
DM API TOKENS 477
%TRUSTEE_ID
%TRUSTEE_ID
The %TRUSTEE_ID token, together with the %TRUSTEE_RIGHTS 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_ID”, _
vntUserName)
Parameters
Example
'Create a property list object/
Set pPropList = CreateObject("PCDClient.PCDPropertyList")
'Request the trustee.
pPropList.AddProperty("%TRUSTEE_ID", vntName)
'Request the type of trustee.
pPropList.AddProperty("%TRUSTEE_TYPE", vntType)
'Request the trustee permissions.
pPropList.AddProperty("%TRUSTEE_RIGHTS", vntRights)
Related Items
See the PCDPropertyList object.
See the
AddProperty method.
See the following tokens:
%TRUSTEE_RIGHTS
%TRUSTEE_ID The token identifier used to indicate that
the name of the trustee is being
specified.
vntUserName The name of the Trustee, as shown in
the USER_ID column of the PEOPLE
table.
Seitenansicht 496
1 2 ... 492 493 494 495 496 497 498 499 500 501 502 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare