Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the pre-loaded configuration of a Category object, including it's Child categories and products.
The CategoryConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CategoryConfiguration | Initializes a new instance of the CategoryConfiguration class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
FillXmlData | Loads the Catalog item configuration information into XmlData. (Inherited from CatalogItemConfiguration.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ChildCategories | Gets or sets a CollectionConfiguration that contains the configuration of categories that exist below this category in the hierarchy. |
![]() |
ChildProducts | Gets or sets a CollectionConfiguration that contains the configuration of products that exist below this category in the hierarchy. |
![]() |
InventoryOptions | Gets or sets the InventoryOptions for this catalog item. (Inherited from CatalogItemConfiguration.) |
![]() |
JoinTableInformation | Gets or sets the join table information for products and product variants. (Inherited from CatalogItemConfiguration.) |
![]() |
LoadAncestorCategories | Gets or sets a value indicating whether the AncestorCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) |
![]() |
LoadCanonicalCategories | Gets or sets a value indicating whether the CanonicalCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) |
![]() |
LoadChildCategories | Gets or sets a value to indicate if the ChildCategories property for this object should be loaded with the object. |
![]() |
LoadChildProducts | Gets or sets a value to indicate if the ChildProducts property for this object should be loaded with the object. |
![]() |
LoadParentCategories | Gets or sets a value indicating whether the LoadParentCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) |
![]() |
LoadRelatedCategories | Gets or sets a value indicating whether the LoadRelatedCategories property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) |
![]() |
LoadRelatedProducts | Gets or sets a value indicating whether the LoadRelatedProducts property for this object should be loaded when the object is loaded. (Inherited from CatalogItemConfiguration.) |
![]() |
ParentPropertiesToReturn | Gets or sets the properties to return for ParentCategories, CanonicalCategories and AncestorCategories. (Inherited from CatalogItemConfiguration.) |
![]() |
RecursiveChildCategories | Gets or sets a value to indicate if the ChildCategories property for this object should be recursive. |
![]() |
RecursiveChildProducts | Gets or sets a value to indicate if the ChildProducts property for this object should be recursive. |
Top