Click or drag to resize
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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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: String
See Also