Kofax DM API Manual de usuario Pagina 439

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 438
1 2 ... 434 435 436 437 438 439 440 441 442 443 444 ... 527 528

Comentarios a estos manuales

Sin comentarios