Click or drag to resize
InfoObjectCollectionTInfoLoad 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#
public virtual void Load(
	IEnumerable<BaseInfo> objects
)

Parameters

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

Implements

IInfoObjectCollectionLoad(IEnumerableBaseInfo)
See Also