Pcd_parm_lib_settings, Pcd_parm_lib_settings 419 – Kofax DM API User Manual
Page 439

DM API T
OKENS
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.