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.308
Syntax
IReplicationLog CreateReplicationLog(
	ReplicationLog newLog = null
)

Parameters

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

Return Value

Type: IReplicationLog
The created log.
See Also