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

            return(_directory.Remove(contentToDelete));
        }