Kofax DM API Instrukcja Użytkownika Strona 517

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 516
DM API TOKENS 497
%VERSION_AUTHOR
%VERSION_AUTHOR
This token allows to specify the author of the document version.
Syntax
PCDDocObject.SetProperty(“%VERSION_AUTHOR”, _
vntAuthorName)
Parameters
Example
'Create a document object.
Set pObj = CreateObject("PCDClient.PCDDocObject")
'Set the DM security token.
pObj.SetDST(strDST)
'Set the author name.
pDocObject.SetProperty("%VERSION_AUTHOR", “ROBERT_X”)
'Set the object (form) type.
pDocObject.SetObjectType(“DEF_PROF”)
'Fetch the data.
pDocObject.Fetch
Related Items
See the PCDDocObject object.
See the SetProperty method.
%VERSION_AUTHOR The token identifier that indicates the
author is being specified.
vntAuthorName The USER_ID of the document version
author.
Przeglądanie stron 516
1 2 ... 512 513 514 515 516 517 518 519 520 521 522 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag