Bombsquad.DynamicMedia.Markdown.MarkdownMediaTransformerFactory.IsValidFilePath C# (CSharp) Метод

IsValidFilePath() защищенный Метод

protected IsValidFilePath ( string absolutePath ) : bool
absolutePath string
Результат bool
        protected override bool IsValidFilePath(string absolutePath)
        {
            return absolutePath.Contains(".md.") || absolutePath.Contains(".markdown.");
        }