Click or drag to resize
ClassFormDefinitionUpdateHelper Class
Provides methods for updating class form definitions and alternative form definitions during upgrade or hotfix processes.
Inheritance Hierarchy
SystemObject
  CMS.UIControls.InternalClassFormDefinitionUpdateHelper

Namespace: CMS.UIControls.Internal
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public class ClassFormDefinitionUpdateHelper

The ClassFormDefinitionUpdateHelper type exposes the following members.

Constructors
  NameDescription
Public methodClassFormDefinitionUpdateHelper
Constructor. Ensures all events logged within actions of this object will use given source.
Top
Methods
  NameDescription
Public methodUpdateClassFormDefinitions
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.
Top
See Also