| AssortmentServiceGetAssortmentRelationsByGroupId Method |
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<AssortmentGroupRelation> GetAssortmentRelationsByGroupId(
string groupId
)
Public Function GetAssortmentRelationsByGroupId (
groupId As String
) As IEnumerable(Of AssortmentGroupRelation)
Parameters
- groupId
- Type: SystemString
Return Value
Type:
IEnumerableAssortmentGroupRelationSee Also