| FormHelperUpdateInheritedClasses Method | 
            Updates the classes inherited from the given class.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void UpdateInheritedClasses(
	DataClassInfo parentClass,
	int originalParentClassId = 0
)
Parameters
- parentClass
- Type: CMS.DataEngineDataClassInfo
 Parent class
- originalParentClassId (Optional)
- Type: SystemInt32
 Class ID of the original parent to avoid loops; if not set ClassID of parentClass is used
 See Also
See Also