Share via


ProductCatalog.GetRootCategories Method (BCL)

Use this method to return all properties for the root categories in this catalog.

Definition

[Visual Basic .NET]

Overridable Public Function GetRootCategories( _) As System.Data.DataSet

[C#]

public virtual System.Data.DataSet GetRootCategories();

Return Value

A DataSet with a single DataTable containing the category information.

Remarks

Throws a CatalogException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.