Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CategoryRepository Class / GetParentCategoryId Method
Id of the category for which to get the parent category id
In This Topic
    GetParentCategoryId Method (CategoryRepository)
    In This Topic
    Gets Id of the parent category of the given category
    Syntax
    public 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
    Exceptions
    ExceptionDescription
    Thrown if the given category id is not valid.
    Remarks
    Will return 0 if there is no parent to mimic legacy behavior.
    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