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
- 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.