  | ProductImageServiceGetDefaultImageFromShop Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic string GetDefaultImageFromShop(
	Product product,
	string groupId
)
Public Function GetDefaultImageFromShop ( 
	product As Product,
	groupId As String
) As String
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - groupId
 - Type: SystemString
 
Return Value
Type: 
String
See Also