Bombsquad.DynamicMedia.Imaging.ExifImageInfoMediaTransformerBase.IsValidFilePath C# (CSharp) Method

IsValidFilePath() protected method

protected IsValidFilePath ( string absolutePath ) : bool
absolutePath string
return bool
        protected override bool IsValidFilePath(string absolutePath)
        {
            return true;
        }