This documentation is archived and is not being maintained.

CatalogPartCollection Constructor

Initializes a new, empty instance of the CatalogPartCollection class.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
CatalogPartCollection()

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

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: