| ProductImageServiceGetDefaultImageFromShop Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public 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:
StringSee Also