DocumentContainerRelativePath Property

The relative path of this document inside its parent document container.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string ContainerRelativePath { get; set; }

Property Value

String

Remarks

If the document does not have a container parent then this value is null.

A container document is document that contains other documents (e.g., Zip/7z/Rar/etc archives and PST/OST/MBOX/etc mail stores).

See Also