Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICategoryParentRepository Interface / Delete Method
The id of the category
The id of the parent
In This Topic
    Delete Method (ICategoryParentRepository)
    In This Topic
    Deletes a category parent record given the id of category and parent
    Syntax
    void Delete( 
       int categoryId,
       int parentId
    )

    Parameters

    categoryId
    The id of the category
    parentId
    The id of the parent
    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