DocumentListMassActionsUrlGenerator GetPublishActionUrl Method Kentico 8.0 API Reference
Gets URL of the page which handles publishing of 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 published 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 to which user is redirected
See Also