CMSAbstractWebPartExecuteForAllVariants Method |
Executes the given action for all nested web parts
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax protected void ExecuteForAllVariants(
Action<CMSAbstractWebPart> action
)
Parameters
- action
- Type: SystemActionCMSAbstractWebPart
Action to execute
See Also