Click or drag to resize

ViewDefinition Class

Specifies a SharePoint list view.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsViewDefinition

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

The ViewDefinition type exposes the following members.

Constructors
  NameDescription
Public methodViewDefinition
Initializes a new instance of the ViewDefinition class
Top
Methods
  NameDescription
Public methodCreate
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 fieldFields
Specifies fields that should be included into the view.
Public fieldIncludeRootFolder
Specifies whether the list root folder is included into this view.
Public fieldIsDefaultView
If enabled, this view is set as default view on the list.
Public fieldIsPersonalView
If enabled, the view is personalized.
Public fieldName
Specifies the file name of the view.
Public fieldPaged
If enabled, the view will be paged.
Public fieldQuery
Specifies the CAML query used to obtain data for the view. The filter, the sort expressions and the grouping are set in the query.
Public fieldRowLimit
Specifies the row limit of the view.
Public fieldScope
Specifies the scope of this view.
Public fieldTitle
Specifies the title of the view.
Public fieldViewData
A CAML string that contains the definition for additional properties associated with the view. This is used for creating a Gantt chart view.
Public fieldViewType
Specifies the type of this view.
Top
Remarks
This configuration object can be used within a ListDefinition configuration element.
Remarks
This is a MatchPoint configuration class.
See Also