Click or drag to resize

IJcdiReadDocumentMetadata Method

Request of reading the document metadata

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
Task<JsdcFullDocument> ReadDocumentMetadata(
	SdcRequestInfo sdcRequestInfo
)

Parameters

sdcRequestInfo
Type: Enerj.CDI.WebService.DTO2021SdcRequestInfo
Information to retrieve the document in the preservation system

Return Value

Type: TaskJsdcFullDocument
The metadata of the document
See Also