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

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

Parameters

objects
Type: System.Collections.GenericIEnumerableBaseInfo
Object to add

Implements

IInfoObjectCollectionAdd(IEnumerableBaseInfo)
See Also