DocumentListMassActionsUrlGeneratorGetLinkActionUrl Method |
Gets URL of the modal dialog which handles linking documents.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string GetLinkActionUrl(
List<int> selectedItems,
DocumentListMassActionsParameters additionalParams
)
Parameters
- selectedItems
- Type: System.Collections.GenericListInt32
NodeIDs to be linked 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:
StringURL of the modal dialog which is opened after user wants to perform mass action
See Also