Share via


GetCategoryCollectionConfiguration Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Creates a new CategoryConfiguration object with the configuration of the existing Category.

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

Syntax

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

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

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CategoryConfiguration
A CategoryConfiguration object with the configuration of the existing Category.

Remarks

Creates a new CategoryConfiguration object with the configuration of the existing Category. The collection is used to manage the category in the catalog.

Permissions

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace