Files
Umbraco-CMS/components/editorControls/SettingControls/Pickers/MemberGroup.cs

15 lines
341 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace umbraco.editorControls.SettingControls.Pickers
{
public class MemberGroup : BasePicker
{
public MemberGroup()
{
ObjectGuid = new Guid("366e63b9-880f-4e13-a61c-98069b029728");
}
}
}