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

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

Parameters

targetCollection
Type: CMS.DataEngineIInfoObjectCollection
Target collection
See Also