GetBasketReturnableProperties Method
Returns a DataSet containing the List of properties which can be returned for Basket search.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetBasketReturnableProperties ( _
languageId As String _
) As DataSet
'Usage
Dim instance As OrdersWebService
Dim languageId As String
Dim returnValue As DataSet
returnValue = instance.GetBasketReturnableProperties(languageId)
[WebMethodAttribute]
public virtual DataSet GetBasketReturnableProperties(
string languageId
)
[WebMethodAttribute]
public:
virtual DataSet^ GetBasketReturnableProperties(
String^ languageId
)
public function GetBasketReturnableProperties(
languageId : String
) : DataSet
Parameters
- languageId
Type: System..::.String
Language in which client wants the display names.
Return Value
Type: System.Data..::.DataSet
The DataSet containing the list of properties that can be returned from the search clause.
Remarks
Returns a DataSet containing the List of properties which can be returned for a Basket search. The input parameter will be trimmed and the comparison will be a case insensitive.
In order to perform a GetBasketReturnableProperties, the user must have the OrdersViewer permissions. See Orders System Roles [CS06] for more information about the specific roles in the Order System.
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.