Click or drag to resize

UpdatePublishStepEventArgs Constructor


Initializes a new instance of the UpdatePublishStepEventArgs class

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
public UpdatePublishStepEventArgs(
	IPublishingTask task,
	int itemsCount
)

Parameters

task
Type: Ingeniux.CMSIPublishingTask
The Publishing Task to retrieve information from
itemsCount
Type: SystemInt32
Count of items published
See Also