Share via


RebuildDependentCatalogs Method

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

This method starts a catalog rebuild on all dependent catalogs (if the catalog is in need of being rebuilt.)

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

Syntax

'Declaration
Public Function RebuildDependentCatalogs As RebuildProgress
'Usage
Dim instance As BaseCatalog
Dim returnValue As RebuildProgress

returnValue = instance.RebuildDependentCatalogs()
public RebuildProgress RebuildDependentCatalogs()
public:
RebuildProgress^ RebuildDependentCatalogs()
public function RebuildDependentCatalogs() : RebuildProgress

Return Value

Type: Microsoft.CommerceServer.Catalog..::.RebuildProgress
A RebuildProgress representing the operation in progress.

Remarks

The catalogs are rebuilt only if the catalog is dirty.

Permissions

See Also

Reference

BaseCatalog Class

BaseCatalog Members

RebuildDependentCatalogs Overload

Microsoft.CommerceServer.Catalog Namespace