| Member |
Type |
Description |
| CategoryID |
Integer |
Database object identifier. |
| DefaultThumbnailGallery |
GalleryModel |
Default thumbnail gallery associated to this category. |
| Description |
String |
Category description. |
| DisplayOrder |
Integer |
Sort display order from smallest to largest number. |
| Galleries |
List<GalleryModel> |
Galleries associated to this category. |
| MetaDescription |
String |
Meta description. |
| MetaKeywords |
String |
Meta keywords. |
| Name |
String |
Category name. |
| ParentCategoryID |
Integer? |
For sub-category, reference to a parent object by its CategoryID. |
| ProductCount |
Integer |
The estimated number of products associated to this category. |
| ProductList |
ProductListModel |
|
| Published |
Boolean |
Enable display of the category. |