Enum ChecksumStatusType
Define a result from a checksum
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum ChecksumStatusType
Fields
| Name | Description |
|---|---|
| FailedToCheck | A problem has occurred while checking the checksum. |
| NoChecksum | There are no checksums. |
| NotChecked | The checksums is not checked. |
| Ok | All checksums are correct. |
| WrongChecksum | As least one of the checksum is wrong. |