Click or drag to resize
DocumentListMassActionsUrlGeneratorGetPublishActionUrl Method
Gets URL of the page which handles publishing of documents.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
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: String
URL to which user is redirected
See Also