Click or drag to resize
DocumentListMassActionsUrlGeneratorGetMoveActionUrl Method
Gets URL of the modal dialog which handles moving documents.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetMoveActionUrl(
	List<int> selectedItems,
	DocumentListMassActionsParameters additionalParams
)

Parameters

selectedItems
Type: System.Collections.GenericListInt32
NodeIDs to be moved or null if action is All
additionalParams
Type: CMS.ControlsDocumentListMassActionsParameters
Additional parameters used to construct the Url. Its actual type has to be DocumentListMassActionsParameters

Return Value

Type: String
URL of the modal dialog which is opened after user wants to perform mass action
See Also