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
- language
Type: System..::.String
A string specifying the culture to look up.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.