Click or drag to resize
SupplierInfoProviderGetSuppliersInternal Method
Returns dataset of all suppliers for specified site.

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

Parameters

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

Return Value

Type: ObjectQuerySupplierInfo
See Also