Bombsquad.DynamicMedia.Imaging.ExifImageInfoMediaTransformerBase.IsValidFilePath C# (CSharp) 메소드

IsValidFilePath() 보호된 메소드

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