ChecksumStatusType EnumerationDocuWare Platform .NET API

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

[SerializableAttribute]
public enum ChecksumStatusType
Members

  Member nameValueDescription
NotChecked0 The checksums is not checked.
Ok1 All checksums are correct.
NoChecksum2 There are no checksums.
WrongChecksum3 As least one of the checksum is wrong.
FailedToCheck4 A problem has occurred while checking the checksum.
Remarks

See Also