Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IProductOptionRepository Interface / Delete Method
Value of ProductId of the object to delete.
Value of OptionId of the object to delete.
In This Topic
    Delete Method (IProductOptionRepository)
    In This Topic
    Deletes a ProductOption object with given id from the database
    Syntax
    void Delete( 
       int productId,
       int optionId
    )

    Parameters

    productId
    Value of ProductId of the object to delete.
    optionId
    Value of OptionId 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