IImageValidator public interface IImageValidator Represents an abstract object to validate an image file. Documentation Code namespace Relativity.DataExchange.Media { public interface IImageValidator { void Validate(string file); } }