Click or drag to resize
ChecksumStatusType Enumeration
Define a result from a checksum

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
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