Click or drag to resize

DocumentContainerRelativePath Property

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

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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