Share via


SPWebSequence.GetVersion method

Get the associated SPWeb version.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend Function GetVersion ( _
    id As Guid, _
    defaultVersion As Version _
) As Version
'Usage
Dim id As Guid
Dim defaultVersion As Version
Dim returnValue As Version

returnValue = Me.GetVersion(id, defaultVersion)
protected internal Version GetVersion(
    Guid id,
    Version defaultVersion
)

Parameters

  • id
    Type: System.Guid

    A GUID that identifies the site collection.

  • defaultVersion
    Type: System.Version

    A System.Version object that represents the default version.

Return value

Type: System.Version
A System.Version object that represents the site collection version.

Remarks

If no version exists, record and return default version.

See also

Reference

SPWebSequence class

SPWebSequence members

Microsoft.SharePoint.Upgrade namespace