Sdílet prostřednictvím


GetChildCategories Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Use this method to get the CategoryName, CatalogName, DefinitionName and DisplayName properties for the immediate child categories of this category.

Overload List

  Name Description
ms988270.pubmethod(en-US,CS.70).gif GetChildCategories()()() Obsolete. (Obsolete) Retrieve a DataSet containing the child categories of this category to get the CategoryName, CatalogName, DefinitionName and DisplayName properties for the immediate child categories of this category.
ms988270.pubmethod(en-US,CS.70).gif GetChildCategories(CatalogSearchOptions) Obsolete. (Obsolete) Retrieve a DataSet containing the child categories of this category using the searchOptions parameter to determine how the results are returned.
ms988270.pubmethod(en-US,CS.70).gif GetChildCategories(CatalogSearchOptions, Boolean) Obsolete. (Obsolete) Retrieve a DataSet containing the child categories of this category using the searchOptions parameter to determine how the results are returned. A recursive search is available.
ms988270.pubmethod(en-US,CS.70).gif GetChildCategories(CatalogSearchOptions, Boolean, Int32%) Obsolete. (Obsolete) Retrieve a DataSet containing the child categories of this category using the searchOptions parameter to determine how the results are returned. A recursive search and the total number of returned records are available.

Top

Remarks

Calling the GetChildCategories method is more efficient than calling any of the GetChildCategories methods with parameters.

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace