FormHelper.UpdateInheritedClass Method |
Updates the class inherited from the given class.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntaxpublic static void UpdateInheritedClass(
DataClassInfo parentClass,
DataClassInfo inheritedClass,
int originalParentClassId = 0
)
Parameters
- parentClass
- Type: CMS.DataEngine.DataClassInfo
Parent class info - inheritedClass
- Type: CMS.DataEngine.DataClassInfo
Inherited class info - originalParentClassId (Optional)
- Type: System.Int32
Class ID of the original parent to avoid loops; if not set ClassID of parentClass is used
See Also