Click or drag to resize

FormDefinition Class

Specifies a SharePoint list form.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsFormDefinition

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class FormDefinition

The FormDefinition type exposes the following members.

Constructors
  NameDescription
Public methodFormDefinition
Initializes a new instance of the FormDefinition class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldCloseDefaultFormWebPart
Specifies whether to close the default list form Web Part.
Public fieldFileName
Specifies the file name of the form. If empty, the default form of the given type will be changed.
Public fieldIsDefaultOfType
Specifies whether a newly created form should be made the default form of it's type. This setting will be ignored if 'FileName' is left empty.
Public fieldType
Specifies the type of the form.
Public fieldWebParts
Contains the Web Parts that are added to the form.
Top
Remarks
This configuration element allows customizing a SharePoint document library or list (within a ListDefinition) with custom forms. On a form, the default form Web Part can be closed to be replaced, i.e. by a FormWebPart.
See Also