Click or drag to resize

IContentItemPublishStepUpdatePublishedCount Method


Updates the count of published Pages. This method adds the count of just-published pages to the total published pages count.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void UpdatePublishedCount(
	int justPublishedItemsCount
)

Parameters

justPublishedItemsCount  Int32
Count of just-published items to be added to the total published items count.
See Also