Click or drag to resize

IJcdiGetDocumentList Method

Request of reading the document list for a digital safe

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<DocumentList> GetDocumentList(
	string digitalSafeUuid,
	SingleDocumentFilter singleDocumentFilter
)

Parameters

digitalSafeUuid
Type: SystemString
Digital safe identifier (UUID)
singleDocumentFilter
Type: Enerj.CDI.WebService.DTO2021SingleDocumentFilter
Filter for a single document

Return Value

Type: TaskDocumentList
The list of documents
See Also