Click or drag to resize

DocumentIndex Property

Zero-offset index of the document in the order it is found embedded in the parent container document for most container types. For some mail store container types it is the internal file format node ID of the message object.

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

Property Value

Int64
Remarks
A value of -1 means no index value for this document.
See Also