DocumentContainerRelativePath Property |
The relative path of this document inside its parent document container.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string ContainerRelativePath { get; set; }Property Value
String
RemarksIf 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