| AssortmentServiceGetAssortmentRelationsByShopId Method |
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<AssortmentShopRelation> GetAssortmentRelationsByShopId(
string shopId
)
Public Function GetAssortmentRelationsByShopId (
shopId As String
) As IEnumerable(Of AssortmentShopRelation)
Parameters
- shopId
- Type: SystemString
Return Value
Type:
IEnumerableAssortmentShopRelationSee Also