Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / CatalogNodeCategoryManager Class
Members
In This Topic
    CatalogNodeCategoryManager Class
    In This Topic
    Provides read/write access to the categories for a catalog node object.
    Syntax
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class CatalogNodeCategoryManager : System.Collections.Generic.List<int> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          CommerceBuilder.Types.CatalogNodeCategoryManager

    See Also