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.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.