FormHelperRemoveInheritance Method |
Removes the inheritance from the given class.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public 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