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

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

Parameters

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

Return Value

Type: PublicStatusInfo
See Also