CatalogPartCollection Constructor

Initializes a new instance of the CatalogPartCollection class.

The CatalogZoneBase zone that contains CatalogPart controls is typically the control that creates a CatalogPartCollection object, through the CreateCatalogParts method. However, you can also create your own CatalogPartCollection object for other programmatic purposes.

ASP.NET Web Parts Pages

Name Description
CatalogPartCollection () Initializes a new, empty instance of the CatalogPartCollection class.
CatalogPartCollection (ICollection) Initializes a new instance of the CatalogPartCollection class by passing in an ICollection collection of CatalogPart controls.
CatalogPartCollection (CatalogPartCollection, ICollection) Initializes a new instance of the CatalogPartCollection class by passing in an ICollection collection of the existing CatalogPart controls in a zone, and an additional collection of controls.

Community Additions

ADD
Show: