Click or drag to resize
CMSPagePlaceholderFindAllWebParts Method
Finds all web parts of specified type.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public virtual ArrayList FindAllWebParts(
	Type type
)

Parameters

type
Type: SystemType
Type to find

Return Value

Type: ArrayList
See Also