  | ProductGetDefaultGroupByShopId Method (String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic Group GetDefaultGroupByShopId(
	string ShopId,
	bool checkForPrimaryGroup
)
Public Function GetDefaultGroupByShopId ( 
	ShopId As String,
	checkForPrimaryGroup As Boolean
) As Group
Parameters
- ShopId
 - Type: SystemString
 - checkForPrimaryGroup
 - Type: SystemBoolean
 
Return Value
Type: 
Group
See Also