Click or drag to resize

ILoggingManagerUpdatePublishLogSummary Method


Adds a log to the publish log summary.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IPublishLogSummary UpdatePublishLogSummary(
	IPublishLog log
)

Parameters

log
Type: Ingeniux.CMSIPublishLog
the log to add.

Return Value

Type: IPublishLogSummary
The updated publish log summary or null if the provided log's id is missing.
See Also