GetSearchableProperties Method
Returns a DataSet containing the List of properties which are searchable for Basket search.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetSearchableProperties ( _
languageId As String _
) As DataSet
'Usage
Dim instance As BasketManager
Dim languageId As String
Dim returnValue As DataSet
returnValue = instance.GetSearchableProperties(languageId)
public DataSet GetSearchableProperties(
string languageId
)
public:
DataSet^ GetSearchableProperties(
String^ languageId
)
public function GetSearchableProperties(
languageId : String
) : DataSet
Parameters
- languageId
Type: System..::.String
Language in which to return 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.
Some order system APIs support distributed transactions. If a cookie with a valid transaction is found the order system enlists as part of that transaction. If a valid transaction is not found the order system initiates a new transaction.
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.