DoGetBasketReturnableProperties Method
Returns a DataSet containing the list of properties that can be returned from a shopping basket search.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoGetBasketReturnableProperties ( _
languageId As String _
) As DataSet
'Usage
Dim languageId As String
Dim returnValue As DataSet
returnValue = Me.DoGetBasketReturnableProperties(languageId)
protected DataSet DoGetBasketReturnableProperties(
string languageId
)
protected:
DataSet^ DoGetBasketReturnableProperties(
String^ languageId
)
protected function DoGetBasketReturnableProperties(
languageId : String
) : DataSet
Parameters
- languageId
Type: System..::.String
The language for the display names.
Return Value
Type: System.Data..::.DataSet
A DataSet containing the list of properties that can be returned from a shopping basket search.
Remarks
The input parameter is trimmed and the comparison is not case sensitive.
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.