Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / CatalogNodeCategoryManager Class / CatalogNodeCategoryManager Constructor
Id of the catalog node to manage categories for.
Type of the catalog node to manage categories for.
In This Topic
    CatalogNodeCategoryManager Constructor
    In This Topic
    Initializes a new instance of the CatalogNodeCategoryManager class.
    Syntax
    public CatalogNodeCategoryManager( 
       int catalogNodeId,
       CatalogNodeType catalogNodeType
    )

    Parameters

    catalogNodeId
    Id of the catalog node to manage categories for.
    catalogNodeType
    Type of the catalog node to manage categories for.
    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