DocumentListMassActionsUrlGeneratorGetPublishActionUrl Method |
Gets URL of the page which handles publishing of documents.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string GetPublishActionUrl(
List<int> selectedItems,
DocumentListMassActionsParameters additionalParams
)
Parameters
- selectedItems
- Type: System.Collections.GenericListInt32
NodeIDs to be published 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 to which user is redirected
See Also