Category.RelatedProducts

Ee799175.c++_on(en-US,CS.10).gifEe799175.vb_off(en-US,CS.10).gif

The RelatedProducts property is a read-only recordset containing information about all products related to this category.

Definition

Property RelatedProducts() As Recordset

Parameters

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The recordset returned contains one row for each relationship present.

The following table shows the fields in the returned recordset.

Field Data Type Description
<defined ProductID field> Varies The unique product identifier, defined during catalog creation.
RelationshipName String
maximum of 128 characters
The name of the relationship.
RelationshipDescription String
maximum of 256 characters
The description of the relationship.

See Also

Category Object

Category.DescendantProducts

Category.Products

Category.AddRelationshipToProduct

Category.RemoveRelationshipToProduct


All rights reserved.