DocumentTop Most Container Parent Id 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.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string TopMostContainerParentId { get; set; }Property Value
StringRemarks
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.