| InternalStatusInfoProviderGetInternalStatusesInternal Method (Int32, Boolean) | 
            Returns dataset of all internal statuses for specified site.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
 Syntax
Syntaxprotected virtual ObjectQuery<InternalStatusInfo> GetInternalStatusesInternal(
	int siteId,
	bool onlyEnabled
)
Parameters
- siteId
- Type: SystemInt32
 Site ID
- onlyEnabled
- Type: SystemBoolean
 True - only enable internal statuses are returned.
            False - both enabled and disabled internal statuses are returned.
Return Value
Type: 
ObjectQueryInternalStatusInfo See Also
See Also