Category.ParentCategories

Ee810503.c++_on(en-US,CS.10).gifEe810503.vb_off(en-US,CS.10).gif

The ParentCategories property is a read-only recordset that contains the names of the parent categories of this category.

Definition

Property ParentCategories() 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 ParentCategories property contains valid data only if the property is accessed successfully.

The ParentCategories property contains the names of the categories that are parent categories of this category. The recordset returned contains a single 128-character string column named Name, and one row for each parent that exists.

If this category is a root category, it has no parent categories, and an empty recordset is returned whose EOF property is set to VARIANT_TRUE.

See Also

Category Object

Category.AncestorCategories

Category.ChildCategories


All rights reserved.