Click or drag to resize

IReplicationTaskDetailsItemReplicated Method


Informs this object that an Item has been replicated.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void ItemReplicated(
	IReplicationItem replicatedItem
)

Parameters

replicatedItem  IReplicationItem
The item that was replicated
Remarks
Updates the internal list based on passed in replicated item information.
See Also