Click or drag to resize
FormHelperRemoveInheritance Method
Removes the inheritance from the given class.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
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