Skip to content

Instantly share code, notes, and snippets.

@sitereactor
sitereactor / BulkController.cs
Created February 25, 2016 09:35
Example of an Umbraco Backoffice controller used to do a bulk upgrade of certain content items
using System.Net;
using System.Net.Http;
using Umbraco.Web.WebApi;
namespace Example.Controllers
{
/// <summary>
/// Protectec Backoffice controller - Users must be logged in to call this
/// Url: /umbraco/backoffice/api/bulk/PostPerformBulkUpdate
/// </summary>