IInfoObjectCollectionAdd Method (IEnumerableBaseInfo) |
Adds new object to the collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax void Add(
IEnumerable<BaseInfo> objects
)
Parameters
- objects
- Type: System.Collections.GenericIEnumerableBaseInfo
Object to add
See Also