Click or drag to resize
PublicStatusInfoProviderGetPublicStatusInfoInternal Method

Note: This API is now obsolete.

Returns public status with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(string, int) instead.")]
protected virtual PublicStatusInfo GetPublicStatusInfoInternal(
	string statusName,
	string siteName
)

Parameters

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

Return Value

Type: PublicStatusInfo
See Also