CreateUrlDelegate Delegate |
Delegate defining method which is used to create URL of the mass action which will be later used to redirect page or open modal dialog.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public delegate string CreateUrlDelegate(
MassActionScopeEnum actionScope,
List<int> selectedItems,
Object additionalParameters
)
Parameters
- actionScope
- Type: CMS.UIControlsMassActionScopeEnum
All/Selected items - selectedItems
- Type: System.Collections.GenericListInt32
IDs of the selected items. Null if scope All is passed - additionalParameters
- Type: SystemObject
Additional
Return Value
Type:
StringSee Also