CatalogPartCollection Constructor ()
.NET Framework (current version)
Initializes a new, empty instance of the CatalogPartCollection class.
Assembly: System.Web (in System.Web.dll)
The CatalogPartCollection constructor initializes an empty instance of the CatalogPartCollection class. This overload of the constructor is used internally by the CatalogZone class in its CreateCatalogParts method to create an empty collection object. The zone then creates instances of all the CatalogPart controls declared in the child zone template, and uses an internal method of the collection to add them.
You cannot use this overload of the CatalogPartCollection constructor to create a new instance of a CatalogPartCollection and add CatalogPart controls to it. You must use one of the other overloads for the CatalogPartCollection constructor instead.
.NET Framework
Available since 2.0
Available since 2.0
Show: