Skip to content

Instantly share code, notes, and snippets.

View BggClr's full-sized avatar

Danil Zhelnov BggClr

  • Chelyabinsk
View GitHub Profile
@fluxdigital
fluxdigital / BaseExternalMultiList.cs
Created May 10, 2018 00:08
A Base Class for a MultiList with External an Datasource
namespace FluxDigital.Sitecore.Extensions.Fields
{
public abstract class BaseExternalMultiList : MultilistEx
{
private string _itemCountsjs = "";
/// <summary>
/// Return here your unselected items. First value is the ID you will store into your field, the second one is the display text.
/// </summary>
/// <returns>The unselected items</returns>