Click or drag to resize
BaseAbstractInfoProviderBulkInsertInfos Method
Bulk inserts the given list of info objects

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public abstract void BulkInsertInfos(
	IEnumerable<BaseInfo> objects
)

Parameters

objects
Type: System.Collections.GenericIEnumerableBaseInfo
List of objects
See Also