IReplicationLogRemovedItems Property
|
Note: This API is now obsolete.
This property is deprecated.
Gets/sets the collection of removed entries for this replication log.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute]
IEnumerable<RepLogEntry> RemovedItems { get; set; }
<ObsoleteAttribute>
Property RemovedItems As IEnumerable(Of RepLogEntry)
Get
Set
[ObsoleteAttribute]
property IEnumerable<RepLogEntry^>^ RemovedItems {
IEnumerable<RepLogEntry^>^ get ();
void set (IEnumerable<RepLogEntry^>^ value);
}
[<ObsoleteAttribute>]
abstract RemovedItems : IEnumerable<RepLogEntry> with get, set
Property Value
Type:
IEnumerableRepLogEntrySee Also