| ManufacturerInfoProviderGetManufacturersInternal Method  | 
            Returns dataset of all manufacturers for specified site.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntaxprotected 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