Umbraco RestServices BulkPublish PublishDocument
Posted: November 5, 2013 Filed under: Uncategorized Leave a commentThe Umbraco PublishDialog.js pop-up publishes content documents via REST web services with:
BulkPublishController.cs
(linked to GitHub Umbraco Source)
This controller action was a bit obfuscated as I sought an *easy* way to get the published content document’s URL. Which unfortunately may not exist yet.