Click or drag to resize
BaseInfoSetParent Method
Updates the parent object, enables to update the data that is overridden in the parent object before or after it is saved

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetParent(
	GeneralizedInfo parent
)

Parameters

parent
Type: CMS.DataEngineGeneralizedInfo
Parent object that will be saved
See Also