Click or drag to resize

DocumentFirstContainerParentId 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.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string FirstContainerParentId { 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 first container "ID" will be the DocControlNumber of the first container, otherwise it will be the DocGuid of the first container.

See Also