DocumentSetVersion.IsLastMajor Property

Gets whether only the latest checked in major versions of a DocumentSet object are captured by this snapshot.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property IsLastMajor As Boolean
    Get
'Usage
Dim instance As DocumentSetVersion
Dim value As Boolean

value = instance.IsLastMajor
public bool IsLastMajor { get; }

Property Value

Type: System.Boolean
true if the snapshot captured the latest checked-in major versions; false, when the captured versions are the latest checked in minor or major versions

See Also

Reference

DocumentSetVersion Class

DocumentSetVersion Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace

Add(Boolean, String)