Kofax DM API Instrukcja Użytkownika Strona 439

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 438
DM API TOKENS 419
%PCD_PARM_LIB_SETTINGS
%PCD_PARM_LIB_SETTINGS
This token retrieves DM Webtop library configuration parameters that
are stored in the
SYSTEMPARAMETERS.INC file.
Syntax
PCDPropertyList.SetProperty( _
“%PCD_PARM_LIB_SETTINGS”, _
strParmName)
Parameters
Example
'Create a document object.
Set pObj = CreateObject("PCDClient.PCDPropertyList")
'Set the DM security token.
pObj.SetDST(strDST)
'Specify the form used for this retrieval.
pObj.SetObjectType(DocObjType)
'Set the library.
pObj.SetProperty("%TARGET_LIBRARY", this.library)
'Set the property name to retrieve.
pObj.SetProperty("%PCD_PARM_LIB_SETTINGS", paramName)
Related Items
See the PCDPropertyList object.
See the SetProperty method.
%PCD_PARM_LIB_
SETTINGS
The token identifier that requests the
specified library configuration
parameter.
strParmName The name of the configuration
parameter that is being requested.
Przeglądanie stron 438
1 2 ... 434 435 436 437 438 439 440 441 442 443 444 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag