Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CatalogRepository Class / GetCategoryId Method
Id of the node for which to get the category id
Type of the node for which to get the category id
In This Topic
    GetCategoryId Method (CatalogRepository)
    In This Topic
    Gets the category Id for the given node
    Syntax
    public int GetCategoryId( 
       int nodeId,
       CatalogNodeType nodeType
    )

    Parameters

    nodeId
    Id of the node for which to get the category id
    nodeType
    Type of the node for which to get the category id

    Return Value

    The category Id
    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