Click or drag to resize

ProductImageServiceCompileProductImagePath Method (String, String, String, String, String, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public string CompileProductImagePath(
	string image,
	string productId,
	string productNumber,
	string productName,
	string productPrimaryGroupId,
	string productVariantId,
	string productManufacturerName,
	string variantOptionName
)

Parameters

image
Type: SystemString
productId
Type: SystemString
productNumber
Type: SystemString
productName
Type: SystemString
productPrimaryGroupId
Type: SystemString
productVariantId
Type: SystemString
productManufacturerName
Type: SystemString
variantOptionName
Type: SystemString

Return Value

Type: String
See Also