DocumentFirst Container Parent Id Property
The first container "ID" ** (see remarks) 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 "ID" of the first container, if any, 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 FirstContainerParentId { 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 first container "ID" will be the DocControlNumber of the first container, otherwise it will be the DocGuid of the first container.