Skip to content

Instantly share code, notes, and snippets.

View ethanhxu's full-sized avatar

Ethan Xu ethanhxu

View GitHub Profile
@CGaskell
CGaskell / EnumList
Created July 31, 2014 09:48
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.