Defines ID for the root Category
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[IntegerValidatorAttribute(MinValue = , MaxValue = )] [ConfigurationPropertyAttribute("categoryId", DefaultValue = , IsRequired = true)] [ManagerTabAttribute(ManagerTab.PageConfiguration)] public int CategoryId { get; set; } |