Kofax DM API Instrukcja Użytkownika Strona 497

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 496
1 2 ... 492 493 494 495 496 497 498 499 500 501 502 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag