The ProductGroupExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetChildGroups |
Returns childGroups of the specified productGroup.
| |
| GetChildProducts |
Returns childProducts of the specified productGroup.
| |
| GetParent |
Returns parent of the specified productGroup.
| |
| TryGetChildGroups |
Returns childGroups of the specified productGroup or null if productGroup doesn't exist.
| |
| TryGetChildProducts |
Returns childProducts of the specified productGroup or null if productGroup doesn't exist.
| |
| TryGetParent |
Returns parent of the specified productGroup or null if productGroup doesn't exist.
|
See Also