Share via


Category.GetRelatedProducts Method (BCL)

Use this method to get the product relationships for this category.

Definition

[Visual Basic .NET]

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

[C#]

public virtual System.Data.DataSet GetRelatedProducts();

Return Value

A DataSet that contains a single DataTable with the following columns: ProductId , RelationshipName , RelationshipDescription , and TargetCatalog. All of these columns are of type String.

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.