| PublicStatusInfoProviderGetPublicStatusesInternal Method  | 
            Returns dataset of all public statuses matching the specified parameters.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntaxprotected virtual ObjectQuery<PublicStatusInfo> GetPublicStatusesInternal(
	int siteId,
	bool onlyEnabled
)
Parameters
- siteId
 - Type: SystemInt32
ID of the site the statuses should be retrieved from. If set to 0, global public statuses are retrieved - onlyEnabled
 - Type: SystemBoolean
True - only enabled statuses from the specified site are returned. False - all site statuses are returned 
Return Value
Type: 
ObjectQueryPublicStatusInfo
See Also