DocumentFamilySHA256Hash Property

[Optional] This is the SHA-256 hash of all documents in a family given by FamilyControlNumber.

This property value is only populated by the DocumentDataArchiveReader when deserializing a document data archive (.dda) file.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string FamilySHA256Hash { get; set; }

Property Value

String

See Also