Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidA GUID that identifies the site collection.
defaultVersion
Type: System.VersionA 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.