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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void ExecuteForAllNested(
	Action<CMSAbstractWebPart> action
)

Parameters

action
Type: SystemActionCMSAbstractWebPart
Action to execute
See Also