Skip to content

Instantly share code, notes, and snippets.

@j3rbr0wn
j3rbr0wn / AdminToolMenuProvider.cs
Created June 12, 2023 12:14
Content Cleaner Tool for Optimizely CMS 12. Admin plugin to allow finding content of a specific type and deleting instances.
using EPiServer.Authorization;
using EPiServer.Shell.Navigation;
namespace MyCms12Website.Business.Plugins;
[MenuProvider]
public class AdminToolMenuProvider : IMenuProvider
{
public IEnumerable<MenuItem> GetMenuItems()
{