SupplierInfoProviderGetSuppliersInternal Method |
Returns dataset of all suppliers for specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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:
ObjectQuerySupplierInfoSee Also