 | AssortmentService.GetAssortmentRelationsByGroupId Method |
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<AssortmentGroupRelation> GetAssortmentRelationsByGroupId(
string groupId
)
Public Function GetAssortmentRelationsByGroupId (
groupId As String
) As IEnumerable(Of AssortmentGroupRelation)
Parameters
- groupId
- Type: System.String
Return Value
Type:
IEnumerable<AssortmentGroupRelation>
See Also