Click or drag to resize
ECommerceContextCurrentManufacturer Property
Current manufacturer object according the URL parameter of the current request. It is available when the request contains parameters "manufacturerId" or "manufacturerName" with valid value of the manufacturer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ManufacturerInfo CurrentManufacturer { get; set; }

Property Value

Type: ManufacturerInfo
See Also