IPathHolder public interface IPathHolder Documentation Code namespace Relativity.DataTransfer.Nodes.PathConversion { public interface IPathHolder { INodeParser WithPath(string path); } }