Dijeli putem


GetCategoryCollectionConfiguration Method

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.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Protected Friend MustOverride Function GetCategoryCollectionConfiguration As CategoryConfiguration
'Usage
Dim returnValue As CategoryConfiguration

returnValue = Me.GetCategoryCollectionConfiguration()
protected internal abstract CategoryConfiguration GetCategoryCollectionConfiguration()
protected public:
virtual CategoryConfiguration^ GetCategoryCollectionConfiguration() abstract
protected internal abstract function GetCategoryCollectionConfiguration() : CategoryConfiguration

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CategoryConfiguration
A CategoryConfiguration object that has a collection of the category's configuration.

Remarks

Specifies the pre-loaded configuration of a Category object, including it's Child categories and products.

Permissions

See Also

Reference

CatalogItem Class

CatalogItem Members

Microsoft.CommerceServer.Catalog Namespace