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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid UpdatePublishedCount(
int justPublishedItemsCount
)
Sub UpdatePublishedCount (
justPublishedItemsCount As Integer
)
void UpdatePublishedCount(
int justPublishedItemsCount
)
abstract UpdatePublishedCount :
justPublishedItemsCount : int -> unit Parameters
- justPublishedItemsCount Int32
- Count of just-published items to be added to the total published items count.
See Also