Click or drag to resize

ILoggingManagerCreateReplicationLog Method


Creates a new replication log.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IReplicationLog CreateReplicationLog(
	ReplicationLog newLog = null
)

Parameters

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

Return Value

IReplicationLog
The created log.
See Also