InternalStatusInfoProviderGetInternalStatusesInternal Method |
Returns dataset of all internal statuses for specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected 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:
ObjectQueryInternalStatusInfoSee Also