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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected override void CopyPropertiesTo(
	IInfoObjectCollection col
)

Parameters

col
Type: CMS.DataEngineIInfoObjectCollection
Target collection
See Also