Related_remote_libs – Kofax DM API User Manual
Page 475

DM API T
OKENS
455
%RELATED_REMOTE_LIBS
%RELATED_REMOTE_LIBS
This token can be used to specify that a search for related documents
should retrieve from remote libraries only.
Syntax
PCDSearch.AddSearchCriteria( _
“%RELATED_REMOTE_LIBS”, _
strLibraryList)
Parameters
Example
'Create a search object.
pRelated = CreateObject("PCDClient.PCDSearch")
'Set the search type.
pRelated.SetSearchObject(“RelatedItemsSearch”)
'Set the DM security token.
pRelated.SetDST(strDST)
'Search in the following remote libraries.
pRelated.AddSearchCriteria("%RELATED_REMOTE_LIBS",libraryList)
Related Items
See the PCDSearch object.
See the AddSearchCriteria method.
%RELATED_REMOTE_LIBS
The token identifier that directs a
search to retrieve only from remote
libraries.
strLibraryList
A comma-delimited list of remote
libraries that are to be included in the
search.