DocumentListMassActionsUrlGenerator GetLinkActionUrl Method Kentico 8.0 API Reference
Gets URL of the modal dialog which handles linking documents.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

selectedItems
Type: OnlineSystem.Collections.Generic List OnlineInt32 
NodeIDs to be linked or null if action is All
additionalParams
Type: CMS.Controls DocumentListMassActionsParameters
Additional parameters used to construct the Url. Its actual type has to be DocumentListMassActionsParameters

Return Value

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