Click or drag to resize
IInfoObjectCollectionChangeParent Method
Changes the parent of the collection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
void ChangeParent(
	BaseInfo parentObject,
	ICMSStorage parentStorage
)

Parameters

parentObject
Type: CMS.DataEngineBaseInfo
Parent object
parentStorage
Type: CMS.BaseICMSStorage
Parent storage
See Also