Skip to content

Instantly share code, notes, and snippets.

View ethanhxu's full-sized avatar

Ethan Xu ethanhxu

View GitHub Profile
@ethanhxu
ethanhxu / EnumList
Last active September 5, 2017 19:51 — forked from CGaskell/EnumList
Sitecore Enum Driven Dropdownlist. Uses [Description] attribute if defined.
using System;
using System.ComponentModel;
using Sitecore.Web.UI.HtmlControls;
namespace DetangledDigital.Sc.FieldTypes
{
/*
*
* @CGaskell
* Custom field type. Renders a dropdown list based on a specified enum.