<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Servizi Core > Jamio Document > GetDocumentCatalog |
Service
Method
GetDocumentCatalog
Description
Gets the Document catalog.
Input |
|||
Name |
Description |
Type |
Optional |
serverAddress |
Server address for an external Domain (Null or Empty for the current Domain). |
String |
Y |
token |
The session token (for the current session in the current Domain may be null or empty). |
String |
Y |
reference |
The catalog reference. |
Reference |
|
parameters |
Search parameters for the catalog. |
|
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A Dataset containing the following fields: “Name” (String) -> the catalog name “TotalCount” (Int32) -> the total number of rows in the catalog “ItemList” (Listof Extended Reference) -> a list of Extended Reference objects, one for each catalog row
|
Dataset |
|