Click or drag to resize
InfoObjectCollection<TInfo>.CopyItemsTo Method
Copies the items of this collection to the other collection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
protected void CopyItemsTo(
	IInfoObjectCollection targetCollection
)

Parameters

targetCollection
Type: CMS.DataEngine.IInfoObjectCollection
See Also