Click or drag to resize

IJcdiGetDocumentCount Method

Request of getting the count of documents

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<DocumentCount> GetDocumentCount(
	string digitalSafeUuid,
	DocumentFilter documentFilter
)

Parameters

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

Return Value

Type: TaskDocumentCount
Count of documents
See Also