Click or drag to resize

DocumentContentMD5ContentHash Property

MD5 content hash is a proprietary hash on only the content of a document file format.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string MD5ContentHash { get; set; }

Property Value

String
Remarks

The content hash is a hash of select metadata, extracted text, and any attachments/embedded media. A content hash does not take into account the content hash of any attachments/embedded media (if a content hash is supported for these types), instead it uses the binary hash of these objects. The reason for this is at the time the content hash is calculated the attachments/embedded items have not had their content extracted.

See Also