Click or drag to resize

IJcdiCheckDocument Method

Request to check the integrity of a document

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<CheckResult> CheckDocument(
	string digitalSafeUuid,
	string uuid
)

Parameters

digitalSafeUuid
Type: SystemString
Digital safe identifier (UUID)
uuid
Type: SystemString
Document identifier (UUID)

Return Value

Type: TaskCheckResult
Result of the command
See Also