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.5.94
Syntax
void UpdatePublishedCount(
	int justPublishedItemsCount
)

Parameters

justPublishedItemsCount
Type: SystemInt32

[Missing <param name="justPublishedItemsCount"/> documentation for "M:Ingeniux.CMS.IContentItemPublishStep.UpdatePublishedCount(System.Int32)"]

See Also