Click or drag to resize
InfoObjectCollection<TInfo>.NewItems Property
Returns the items collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected List<TInfo> NewItems { get; set; }

Property Value

Type: List<TInfo>
See Also