Click or drag to resize
IInfoObjectCollectionAdd Method (IEnumerableBaseInfo)
Adds new object to the collection.

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

Parameters

objects
Type: System.Collections.GenericIEnumerableBaseInfo
Object to add
See Also