Click or drag to resize
FormHelperUpdateInheritedClass Method
Updates the class inherited from the given class.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static void UpdateInheritedClass(
	DataClassInfo parentClass,
	DataClassInfo inheritedClass,
	int originalParentClassId = 0
)

Parameters

parentClass
Type: CMS.DataEngineDataClassInfo
Parent class info
inheritedClass
Type: CMS.DataEngineDataClassInfo
Inherited class info
originalParentClassId (Optional)
Type: SystemInt32
Class ID of the original parent to avoid loops; if not set ClassID of parentClass is used
See Also