Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderStatusActionRepository Interface / Delete Method
Value of OrderStatusId of the object to delete.
Value of OrderActionId of the object to delete.
Version
Delete Method (IOrderStatusActionRepository)
Deletes a OrderStatusAction object with given id from the database
Syntax
[DataObjectMethod(DataObjectMethodType.Delete)]
void Delete( 
   int orderStatusId,
   short orderActionId
)

Parameters

orderStatusId
Value of OrderStatusId of the object to delete.
orderActionId
Value of OrderActionId of the object to delete.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also