GetDocumentVersionComponentsCatalog

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Servizi Core > Jamio Document >

GetDocumentVersionComponentsCatalog

Service

JamioDocument

 

Method

GetDocumentVersionComponentsCatalog

 

Description

Gets the catalog of all the components of a specific version of a Document.

 

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

documentVersion

The document version reference.

Reference

 

parameters

Search parameters for the catalog.

SearchParameters

 

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” (List of Extended Reference) -> a list objects, one for each catalog row

 

Download returnValue Dataset.

Dataset