Kofax DM API Manual do Utilizador Página 501

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 500
DM API TOKENS 481
%TRUSTEE_TYPE
%TRUSTEE_TYPE
The %TRUSTEE_TYPE token, together with the %TRUSTEE_ID and
%TRUSTEE_RIGHTS
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_TYPE”, _
vntUserType)
Parameters
Usage
The user type can be set to any of the following values:
Example
'Create a property list object.
Set pPropList = CreateObject("PCDClient.PCDPropertyList")
'Identify the trustee.
pPropList.AddProperty("%TRUSTEE_ID", vntName)
'Idnetify the trustee type.
pPropList.AddProperty("%TRUSTEE_TYPE", vntType)
'Identify the trustee permissions.
pPropList.AddProperty("%TRUSTEE_RIGHTS", vntRights)
%TRUSTEE_TYPE The token identifier used to indicate that
the type of trustee is being identified.
vntUserType The type of Trustee.
0 Unknown User Type
1Group
2 Person
Vista de página 500
1 2 ... 496 497 498 499 500 501 502 503 504 505 506 ... 527 528

Comentários a estes Manuais

Sem comentários