Created
October 2, 2012 10:43
-
-
Save leekelleher/3818118 to your computer and use it in GitHub Desktop.
uComponents: Temporary ModelBinder proxy/stub for Umbraco core's MultiNodeTreePicker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Our.Umbraco | |
{ | |
using uComponents.Core.DataTypes.MultiNodeTreePicker; // for v4.x | |
// using uComponents.DataTypes.MultiNodeTreePicker; // for v5.x | |
using umbraco.editorControls; | |
using umbraco.MacroEngines; | |
[RazorDataTypeModel(DataTypeGuids.MultiNodeTreePickerId)] | |
public class MntpModelBinder : MultiNodeTreePickerModelBinder | |
{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using System.Linq;
using umbraco.MacroEngines;
using umbraco.MacroEngines.Library;
namespace umbraco.editorControls.MultiNodeTreePicker
{
///
}