GetReturnableProperties Method
Returns a DataSet containing the List of properties which can be returned for a Basket search.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetReturnableProperties ( _
languageId As String _
) As DataSet
'Usage
Dim instance As BasketManager
Dim languageId As String
Dim returnValue As DataSet
returnValue = instance.GetReturnableProperties(languageId)
public DataSet GetReturnableProperties(
string languageId
)
public:
DataSet^ GetReturnableProperties(
String^ languageId
)
public function GetReturnableProperties(
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 list of properties that can be returned from the search clause.
Exceptions
Exception | Condition |
---|---|
NotAuthorizedException | The user does not have permission to perform this operation. |
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 GetReturnableProperties, the user must have the OrdersViewer 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.