Click or drag to resize
BulkInsertEventArgsInsertedObjects Property
Inserted objects.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<IInfo> InsertedObjects { get; }

Property Value

Type: IEnumerableIInfo
Remarks
Objects in the collection are not complete (ID is not set) and are not intended for additional processing
See Also