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

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

Parameters

siteId
Type: System.Int32
Site ID
onlyEnabled
Type: System.Boolean
True - only enable suppliers are returned. False - both enabled and disabled suppliers are returned.

Return Value

Type: ObjectQuery<SupplierInfo>
See Also