Click or drag to resize
CMSAbstractWebPartExecuteForAllNested Method
Executes the given action for all nested web parts

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
protected void ExecuteForAllNested(
	Action<CMSAbstractWebPart> action
)

Parameters

action
Type: SystemActionCMSAbstractWebPart
Action to execute
See Also