Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created May 3, 2016 19:53
Show Gist options
  • Select an option

  • Save casper-rasmussen/bbd07fac427ac70a2d86716db770c212 to your computer and use it in GitHub Desktop.

Select an option

Save casper-rasmussen/bbd07fac427ac70a2d86716db770c212 to your computer and use it in GitHub Desktop.
//Registration of Content goes here
public class BaseProductType : ProductContent
{
[Display(Name = "Category", Order = 0, GroupName = "EPiServerCMS_SettingsPanel")]
[BackingType(typeof(PropertyCategoryListPropertyDefinition))]
public virtual CategoryList Category { get; set; }
//Additional Properties
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment