Click or drag to resize
OrdersCollectionCopyPropertiesTo Method
Copies the properties of this collection to the other collection

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
protected override void CopyPropertiesTo(
	IInfoObjectCollection targetCollection
)

Parameters

targetCollection
Type: CMS.DataEngineIInfoObjectCollection
Target collection
See Also