GetBasketDisplay Method (String)

Gets the basket display string for the specified culture.

Namespace:  Microsoft.CommerceServer.Runtime.Marketing
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Function GetBasketDisplay ( _
    language As String _
) As String
'Usage
Dim instance As DiscountItem
Dim language As String
Dim returnValue As String

returnValue = instance.GetBasketDisplay(language)
public string GetBasketDisplay(
    string language
)
public:
String^ GetBasketDisplay(
    String^ language
)
public function GetBasketDisplay(
    language : String
) : String

Parameters

Return Value

Type: System..::.String
A string representing the basket display, or an empty string if the specified culture was not found.

Remarks

Gets the basket display string for the specified culture. If the basket display string is not found for the specified culture an empty string is returned.

This method does not use the Product Culture.

Permissions

See Also

Reference

DiscountItem Class

DiscountItem Members

GetBasketDisplay Overload

Microsoft.CommerceServer.Runtime.Marketing Namespace