Kofax DM API Instrukcja Użytkownika Strona 165

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 164
DM API METHODS AND PROPERTIES 145
AddSearchLib
AddSearchLib
Use this method to add a library name to the list of libraries to search.
Your search will return no data unless you call AddSearchLib at least
one time before you execute your search.
Syntax
PCDLookup.AddSearchLib( strLibName )
PCDRecentDoc.AddSearchLib( strLibName )
PCDSearch.AddSearchLib( strLibName )
Parameter
Returns
Returns an HRESULT to receive the result of the call. S_OK indicates
success. Languages such as JavaScript, Visual Basic, and VBScript
return this as a function value.
Example
The following adds a search library from a library selected on a form
the user has submitted.
.
.
.
'Save the document security token (DST) from the
'DM Server so the search can execute.
strDST = pClient.GetDST()
'Now that you have the DST, create a search object.
pSearch = Server.CreateObject( _
"PCDClient.PCDSearch")
strLibName The name of the library to search. This name
has to match a value in the LIBRARY_NAME
column of the REMOTE_LIBRARIES table of
the DM library where the user is currently
logged on.
Przeglądanie stron 164
1 2 ... 160 161 162 163 164 165 166 167 168 169 170 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag