Kofax DM API Instrukcja Użytkownika Strona 331

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 330
DM API TOKENS 311
%CONTENTS_COPY_CONTENTS
'Set the target folder.
pDocObject.SetProperty("%CONTENTS_DST_PARENT", tarFolderNum)
'Set the target folder version.
pDocObject.SetProperty("%CONTENTS_DST_PARENT_VERSION", _
tarFolderVersion)
'Set the target folder library.
pDocObject.SetProperty("%CONTENTS_DST_PARENT_LIBRARY", _
tarFolderLibID)
'Command to copy.
pDocObject.SetProperty("%CONTENTS_DIRECTIVE", _
"%CONTENTS_COPY_CONTENTS")
'Perform the update.
pDocObject.Update()
'Check the error.
checkError(pDocObject, "ERROR_COPYFOLDERCONTENTS")
'Delete the object.
delete pDocObject
Related Items
See the PCDDocObject object.
See the
SetProperty method.
See the
%CONTENTS_DIRECTIVE token.
Przeglądanie stron 330
1 2 ... 326 327 328 329 330 331 332 333 334 335 336 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag