IInfoObjectCollectionLoad Method |
Clears the data in the collection and loads objects from the given list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax void Load(
IEnumerable<BaseInfo> objects
)
Parameters
- objects
- Type: System.Collections.GenericIEnumerableBaseInfo
Objects data to load
See Also