Click or drag to resize

IPublishLogSummaryAddPublishLog Method


Adds a publish log to this target's summary.

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

Parameters

log
Type: Ingeniux.CMSIPublishLog
The log to add.

Return Value

Type: Boolean
True if a log is successfully added, false if the log passed in is null.
See Also