PublicStatusInfoProvider GetPublicStatusesInternal Method Kentico 8.0 API Reference
Returns dataset of all public statuses matching the specified parameters.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteId
Type: OnlineSystem Int32
ID of the site the statuses should be retrieved from. If set to 0, global public statuses are retrieved
onlyEnabled
Type: OnlineSystem Boolean
True - only enabled statuses from the specified site are returned. False - all site statuses are returned

Return Value

Type: ObjectQuery PublicStatusInfo 
See Also