Click or drag to resize

DocumentParentChildSourcePath Property

Hierarchical parent/child relative path. This path is the same as ParentChildVirtualPath property, except for emails where the email subject is used as part of the virtual path. If the email does not have a subject then "(No Subject)" is used as the email's subject.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string ParentChildSourcePath { get; set; }

Property Value

String
Remarks

This field is the same as Relativity's "Source Path" review system field.

See Also