ProductMainGroupDto
ProductMainGroupDto
| Field name | Type | Description |
|---|---|---|
UrlName |
string | The URL friendly name of the group |
Name |
string | The name of the group |
Description |
string | The description of the group |
ChildrenType |
int | Internal usage |
Leaf |
bool | Indicates whether this group has no more child groups |
Children |
collection | Collection of ProductSubGroupDto |
Products |
collection | Collection of SimpleProductDto |