Click or drag to resize
InfoObjectCollectionTInfoCopyItemsTo 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.DataEngineIInfoObjectCollection
See Also