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.
This method starts a catalog rebuild (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 Rebuild As RebuildProgress
'Usage
Dim instance As VirtualCatalog
Dim returnValue As RebuildProgress
returnValue = instance.Rebuild()
public RebuildProgress Rebuild()
public:
RebuildProgress^ Rebuild()
public function Rebuild() : RebuildProgress
Return Value
Type: Microsoft.CommerceServer.Catalog..::.RebuildProgress
A RebuildProgress representing the operation in progress.
Remarks
Rebuild a catalog and all of its dependent catalogs.
When called on a virtual catalog, causes the virtual catalog and all of its views to be rebuilt.
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.