  | GroupServiceGetGroupShops Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Shop> GetGroupShops(
	string groupId
)
Public Function GetGroupShops ( 
	groupId As String
) As IEnumerable(Of Shop)
Parameters
- groupId
 - Type: SystemString
 
Return Value
Type: 
IEnumerableShop
See Also