ChildProducts Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a CatalogItemsDataSet containing all the child products in this category.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property ChildProducts As ProductCollection
'Usage
Dim instance As Category
Dim value As ProductCollection
value = instance.ChildProducts
public ProductCollection ChildProducts { get; }
public:
property ProductCollection^ ChildProducts {
ProductCollection^ get ();
}
public function get ChildProducts () : ProductCollection
Property Value
Type: Microsoft.CommerceServer.Catalog..::.ProductCollection
A CatalogItemsDataSet containing all the child products.
Remarks
The CatalogItemsDataSet contains one row for each child product in the category. This dataset will be sorted by the Rank of the products in the ascending order. The dataset will return all the built-in and user defined properties in the catalog.
The maximum number of results returned by a Catalog Search is limited by the MaxSearchResults value in the catalog webservice web.config.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.