Click or drag to resize
IInfoObjectCollectionLoad Method
Clears the data in the collection and loads objects from the given list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
void Load(
	IEnumerable<BaseInfo> objects
)

Parameters

objects
Type: System.Collections.GenericIEnumerableBaseInfo
Objects data to load
See Also