Click or drag to resize
ManufacturerInfoProviderGetManufacturersInternal Method
Returns dataset of all manufacturers for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ManufacturerInfo> GetManufacturersInternal(
	int siteId,
	bool onlyEnabled
)

Parameters

siteId
Type: SystemInt32
Site ID
onlyEnabled
Type: SystemBoolean
True - only enable manufacturers are returned. False - both enabled and disabled manufacturers are returned.

Return Value

Type: ObjectQueryManufacturerInfo
See Also