FormHelper UpdateInheritedClass Method Kentico 8.0 API Reference
Updates the class inherited from the given class.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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