kCura.WinEDDS.Importers.IImportConfig public interface IImportConfig Documentation Code namespace kCura.WinEDDS.Importers { public interface IImportConfig { bool EnableCaseSensitiveSearchOnImport { get; } } }