DocumentParentChildVirtualPath Property |
Hierarchical parent/child virtual path. This path is only set for child documents of processing input documents and this property is set by the
DocumentDataArchiveReader class when de-serializing a document data archive (.dda) processing output file.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string ParentChildVirtualPath { get; set; }Property Value
String
Remarks
This field is the same as Relativity's "Virtual Path" review system field.
Example parent/child hierarchical virtual path for a document ('MyDocument.docx') that is contained with a zip container ('ZipContainer.zip') under zip
relative container path 'Folder1\SubFolder2', and where the zip container is an email attachment, and the email is a 'Inbox' folder child of an Outlook PST container ('Sample.pst'):
"Sample.pst\Top Of Personal Folders\Inbox\ZipContainer.zip\Folder1\SubFolder2\"
See Also