GetBasketSearchableProperties Method
Returns a DataSet containing the List of properties which are searchable 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 GetBasketSearchableProperties ( _
languageId As String _
) As DataSet
'Usage
Dim instance As OrdersWebService
Dim languageId As String
Dim returnValue As DataSet
returnValue = instance.GetBasketSearchableProperties(languageId)
[WebMethodAttribute]
public virtual DataSet GetBasketSearchableProperties(
string languageId
)
[WebMethodAttribute]
public:
virtual DataSet^ GetBasketSearchableProperties(
String^ languageId
)
public function GetBasketSearchableProperties(
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 properties that can be searched.
Remarks
Returns a DataSet containing basket properties that can be searched for. The input parameter will be trimmed and the comparison will be a case insensitive.
In order to perform a GetSearchableProperties, the user must have the OrdersAdapter 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.