Click or drag to resize
InternalStatusInfoProviderGetInternalStatusInfo Method (String, String)
Returns internal status with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static InternalStatusInfo GetInternalStatusInfo(
	string statusName,
	string siteName
)

Parameters

statusName
Type: SystemString
Internal status name
siteName
Type: SystemString
Site name

Return Value

Type: InternalStatusInfo
See Also