Click or drag to resize
InfoObjectCollectionLoad 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: 8.2.23
Syntax
C#
public virtual void Load(
	List<BaseInfo> objects
)

Parameters

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