Click or drag to resize

DocumentTopMostContainerParentId Property

Top-most container in the parent/child hierarchy, if any, that contains this document. A document can be contained in a container that itself is contained in a container (and so on). This property returns the DocGuid of the top-most container, if any, in the hierarchy that contains this document. This property returns null if this document does not have a container parent.

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

Property Value

String
Remarks

A container is file format that contains other documents like archives (.zip;.tar.; etc) or mailstores (.pst;.mbox; etc).

** If DocControlNumber was set for all input documents in Documents then the top-most container "ID" will be the DocControlNumber of the top-most container, otherwise it will be the DocGuid of the top-most container.

See Also