Click or drag to resize

IReplicationTaskDetailsCompletedItems Property


Gets the Items that were successfully replicated.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IReplicationItem> CompletedItems { get; }

Property Value

Type: IEnumerableIReplicationItem
Remarks
Does not include skipped items.
See Also