Exemplo n.º 1
0
        public bool DeleteContent(string title)
        {
            StreamingContent ToDelete = GetContentByTitle(title);

            return(_directory.Remove(ToDelete));
        }