Returns SKU image URL including dimension's modifiers (width, height or maxsidesize) and site name parameter if product is from different site than current. If image URL is not specified, SKU default image URL is used.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- imageUrl
- Type: System Object
SKU image URL
- width
- Type: System Object
Image requested width, has no effect if maxsidesize is specified
- height
- Type: System Object
Image requested height, has no effect if maxsidesize is specified
- maxsidesize
- Type: System Object
Image requested maximum side size
- siteId
- Type: System Object
SKU site ID. If empty, current site ID is used.
Return Value
Type: StringSee Also