Click or drag to resize

IJcdiReadDocumentTechMetadata Method

Request of reading the document technical 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<JsdcTechMetadata> ReadDocumentTechMetadata(
	SdcRequestInfo sdcRequestInfo
)

Parameters

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

Return Value

Type: TaskJsdcTechMetadata
The technical metadata of the document
See Also