Kofax DM API Manual de usuario Pagina 507

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 506
DM API TOKENS 487
%TRUSTEES_SET
%TRUSTEES_SET
Use this token to set trustee information.
Syntax
PCDDocObject.SetProperty(“%TRUSTEES_UPDATE”, _
“%TRUSTEES_SET”)
Parameters
Example
'Create a document object.
Set pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Set the object type. Data on the MassProfile Update form shows
'the updated trustee settings.
pDocObject.SetObjectType("MassProfileUpdate")
'Set the update action.
pDocObject.SetProperty("%TRUSTEES_UPDATE", "%TRUSTEES_SET")
'Perform the update.
pDocObject.Update
Related Items
See the PCDDocObject object.
See the
SetProperty method.
See the following tokens:
%TRUSTEES_ADD
%TRUSTEES_REMOVE
%TRUSTEES_UPDATE The token identifier that indicates trustee
information is about to be updated.
%TRUSTEES_SET The token identifier that indicates the
rights of one or more of the trustees has
changed and should be saved.
Vista de pagina 506
1 2 ... 502 503 504 505 506 507 508 509 510 511 512 ... 527 528

Comentarios a estos manuales

Sin comentarios