Kofax DM API Manual de usuario Pagina 344

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 343
324 CHAPTER 5
%CONTENTS_REORDER_CONTENTS
%CONTENTS_REORDER_CONTENTS
Use this token in conjunction with %CONTENTS_DIRECTIVE to
change the order of the folder collection.
Syntax
PCDDocObject.SetProperty( _
“%CONTENTS_DIRECTIVE”, _
“%CONTENTS_REORDER_CONTENTS”)
Parameters
Example
'Create the doc objects.
pDocObject = CreateObject("PCDClient.PCDDocObject")
'Check the error.
checkError(pDocObject, "ERROR_CREATECSIOBJECT_PCDDOCOBJECT")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Set the object type.
pDocObject.SetObjectType("ContentsCollection")
'Set the destination library.
pDocObject.SetProperty("%TARGET_LIBRARY", strFolderLib)
'Set the content folder.
pDocObject.SetProperty("%CONTENTS_PARENT", folderNum)
'Set the version.
pDocObject.SetProperty("%CONTENTS_PARENT_VERSION", folderVersion)
%CONTENTS_DIRECTIVE The token identifier that indicates that
the program will manipulate the contents
of a folder.
%CONTENTS_REORDER_
CONTENTS
The token identifier that the folder
collection is to be reordered according to
the sequence specified in the
%CONTENTS_REORDER_ARRAY
command.
Vista de pagina 343
1 2 ... 339 340 341 342 343 344 345 346 347 348 349 ... 527 528

Comentarios a estos manuales

Sin comentarios