Skip to content

Instantly share code, notes, and snippets.

@sleslie321
sleslie321 / MultiNodeTreePickerIdToUdiMigrator.cs
Created August 22, 2022 12:43
Migrate Ids to Udis for Umbraco.MultiNodeTreePicker
using System;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Web;
namespace Sniper.Umbraco
{
public static class MultiNodeTreePickerIdToUdiMigrator
{