| FormHelperRemoveInheritance Method | 
            Removes the inheritance from the given class.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void RemoveInheritance(
	DataClassInfo inheritedClass,
	bool deleteFields
)
Parameters
- inheritedClass
- Type: CMS.DataEngineDataClassInfo
 Inherited class
- deleteFields
- Type: SystemBoolean
 If true, the fields are supposed to be deleted
 See Also
See Also