Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICategoryRepository Interface / GetParentCategoryId Method
Id of the category for which to get the parent category id
In This Topic
    GetParentCategoryId Method (ICategoryRepository)
    In This Topic
    Gets Id of the parent category of the given category
    Syntax
    int GetParentCategoryId( 
       int categoryId
    )

    Parameters

    categoryId
    Id of the category for which to get the parent category id

    Return Value

    Id of the parent category of the given category
    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