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.308
Syntax
void ItemReplicated(
	IReplicationItem replicatedItem
)

Parameters

replicatedItem
Type: Ingeniux.CMSIReplicationItem
The item that was replicated
Remarks
Updates the internal list based on passed in replicated item information.
See Also