  | 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
Syntaxpublic string CompileProductImagePath(
	string image,
	string productId,
	string productNumber,
	string productName,
	string productPrimaryGroupId,
	string productVariantId,
	string productManufacturerName,
	string variantOptionName
)
Public Function CompileProductImagePath ( 
	image As String,
	productId As String,
	productNumber As String,
	productName As String,
	productPrimaryGroupId As String,
	productVariantId As String,
	productManufacturerName As String,
	variantOptionName As String
) As String
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