Click or drag to resize
ClassFormDefinitionUpdateHelperUpdateClassFormDefinitions Method
Updates class form and alt.form definitions based on records stored in temporary table "Temp_FormDefinition" and refreshes document and system database views. The temporary table is created by upgrade or hotfix database scripts and is dropped at the end of this method.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax
C#
public void UpdateClassFormDefinitions()
See Also