DeleteBasketsById Method
Deletes the Baskets from the database as specified by the group identifiers. The number of deleted records is available.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Sub DeleteBasketsById ( _
orderGroupIDs As Guid(), _
<OutAttribute> ByRef recordsDeleted As Integer _
)
'Usage
Dim instance As OrdersWebService
Dim orderGroupIDs As Guid()
Dim recordsDeleted As Integer
instance.DeleteBasketsById(orderGroupIDs, _
recordsDeleted)
[WebMethodAttribute]
public virtual void DeleteBasketsById(
Guid[] orderGroupIDs,
out int recordsDeleted
)
[WebMethodAttribute]
public:
virtual void DeleteBasketsById(
array<Guid>^ orderGroupIDs,
[OutAttribute] int% recordsDeleted
)
public function DeleteBasketsById(
orderGroupIDs : Guid[],
recordsDeleted : int
)
Parameters
- orderGroupIDs
Type: array<System..::.Guid>[]()[]
Array of OrderGroupIds to delete.
- recordsDeleted
Type: System..::.Int32%
The number of baskets that were deleted.
Remarks
Deletes all baskets that are identified by the orderGroupIDs and supplies a count of the number of baskets deleted.
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.