Click or drag to resize
AbstractHandlerForAllHandlers Method
Performs the given operation on all handlers

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void ForAllHandlers(
	Action<AbstractHandler> action
)

Parameters

action
Type: SystemActionAbstractHandler
Action to perform
See Also