Click or drag to resize
IExtensibleMassActions Interface
Defines contract foreign modules can use to add new mass actions.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public interface IExtensibleMassActions

The IExtensibleMassActions type exposes the following members.

Methods
  NameDescription
Public methodAddMassAction
Adds new action to the Mass actions control. Has to be called before Page_Load event.
Top
See Also