Click or drag to resize

JcdiGetDocumentCount 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#
public Task<DocumentCount> GetDocumentCount(
	string digitalSafeUuid,
	DocumentFilter singleDocumentFilter
)

Parameters

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

Return Value

Type: TaskDocumentCount
Count of documents

Implements

IJcdiGetDocumentCount(String, DocumentFilter)
See Also