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.492
Syntax
IPublishLog CreatePubLog(
	PublishLog newLog = null
)

Parameters

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

Return Value

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