Click or drag to resize

ILoggingManagerCreatePubLog Method


Creates a new publish log.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IPublishLog CreatePubLog(
	PublishLog newLog = null
)

Parameters

newLog (Optional)
Type: PublishLog
Optional existing log to use for creation. If omitted, a default log will be created.

Return Value

Type: IPublishLog
The created log.
Remarks
If an existing log is passed in the publish log summary will be updated with it.
See Also