CMSPagePlaceholderFindAllWebParts Method |
Finds all web parts of specified type.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
Syntax public virtual ArrayList FindAllWebParts(
Type type
)
Parameters
- type
- Type: SystemType
Type to find
Return Value
Type:
ArrayListSee Also