ICanonicalFormConverterFactory public interface ICanonicalFormConverterFactory Documentation Code namespace Relativity.DataTransfer.Nodes.PathConversion { public interface ICanonicalFormConverterFactory { ICanonicalFormConverter Create(string path); } }