Click or drag to resize
InternalStatusInfoProviderGetInternalStatusesInternal Method (Int32, Boolean)
Returns dataset of all internal statuses for specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
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: ObjectQueryInternalStatusInfo
See Also