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

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

Parameters

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