CommerceCatalogModule Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
CommerceCatalogModule is responsible for creating the default CatalogContext for the site.
Namespace: Microsoft.CommerceServer.Runtime.Catalog
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class CommerceCatalogModule _
Inherits CommerceModule
'Usage
Dim instance As CommerceCatalogModule
public sealed class CommerceCatalogModule : CommerceModule
public ref class CommerceCatalogModule sealed : public CommerceModule
public final class CommerceCatalogModule extends CommerceModule
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.CommerceModule
Microsoft.CommerceServer.Runtime.Catalog..::.CommerceCatalogModule
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.