Skip to content

Instantly share code, notes, and snippets.

@dannydrogt
dannydrogt / MyApplication.cs
Last active June 24, 2020 06:57
Filter Allowed Document Types and Templates in Umbraco
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using Umbraco.Core;
using Umbraco.Web;
using Umbraco.Web.Models.ContentEditing;