Kofax DM API Bedienungsanleitung Seite 330

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 329
310 CHAPTER 5
%CONTENTS_COPY_CONTENTS
%CONTENTS_COPY_CONTENTS
This token is used in conjunction with %CONTENTS_DIRECTIVE to
specify that a folder’s content should be copied into another folder.
Syntax
PCDDocObject.SetProperty( _
“%CONTENTS_DIRECTIVE”, _
“%CONTENTS_COPY_CONTENTS”)
Parameters
Example
'create the object.
pDocObject = CreateObject("PCDClient.PCDDocObject")
'set the DM security token.
pDocObject.SetDST(strDST)
'Set the object type.
pDocObject.SetObjectType("ContentsCollection")
'Set the library.
pDocObject.SetProperty("%TARGET_LIBRARY", library)
'Set the source.
pDocObject.SetProperty("%CONTENTS_SRC_PARENT", srcFolderNum)
'Set the source version.
pDocObject.SetProperty("%CONTENTS_SRC_PARENT_VERSION", _
srcFolderVersion)
'Set the source library
pDocObject.SetProperty("%CONTENTS_SRC_PARENT_LIBRARY", _
srcFolderLibID)
%CONTENTS_DIRECTIVE The token identifier that indicates that
the program will manipulate the contents
of a folder.
%CONTENTS_COPY_
CONTENTS
The token identifier that indicates the
contents of one folder are being copied
to another folder.
Seitenansicht 329
1 2 ... 325 326 327 328 329 330 331 332 333 334 335 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare