Click or drag to resize

IJcdiGetPdvStatus Method

Request of retrieve the status of a preservation package (PdV)

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<PdvStatus> GetPdvStatus(
	long pdvId,
	SdcRequestInfo sdcRequestInfo
)

Parameters

pdvId
Type: SystemInt64
Identifier of the package
sdcRequestInfo
Type: Enerj.CDI.WebService.DTO2021SdcRequestInfo
Information to retrieve the document in the preservation system

Return Value

Type: TaskPdvStatus
The status of the package
See Also