Created
May 3, 2016 19:53
-
-
Save casper-rasmussen/bbd07fac427ac70a2d86716db770c212 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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