Click or drag to resize

VersioningSettingsDefinition Class

Specifies the versioning settings of a SharePoint document library or list.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsVersioningSettingsDefinition

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

The VersioningSettingsDefinition type exposes the following members.

Constructors
  NameDescription
Public methodVersioningSettingsDefinition
Initializes a new instance of the VersioningSettingsDefinition 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 methodSet
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDraftItemSecurity
Drafts are minor versions or items which have not been approved. Specify which users should be able to view drafts in this list.
Public fieldEnableContentApproval
If enabled, new items or changes to existing items remain in a draft state until they have been approved.
Public fieldMajorVersionLimit
Keep the following number of major versions.
Public fieldMinorVersionLimit
Keep the following number of minor versions.
Public fieldRequireCheckout
If enabled, users must check out documents before making changes in this document library. This setting can only be applied to document libraries.
Public fieldVersioning
Specify whether a version is created each time you edit an item in this list.
Top
Remarks
This configuration object can be used within a ListDefinition configuration element.
Remarks
This is a MatchPoint configuration class.
See Also