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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void CopyPropertiesTo(
	InfoObjectCollection col
)

Parameters

col
Type: CMS.DataEngineInfoObjectCollection
Target collection
See Also