SPServer.OtherVersionsAreInstalled method

Checks if other versions are installed.

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

Syntax

'Declaration
Public Shared Function OtherVersionsAreInstalled As Boolean
'Usage
Dim returnValue As Boolean

returnValue = SPServer.OtherVersionsAreInstalled()
public static bool OtherVersionsAreInstalled()

Return value

Type: System.Boolean
True if other versions are installed; otherwise false.

Remarks

This is used only to determine if resources should be cleaned iin locations defined post version 3.

See also

Reference

SPServer class

SPServer members

Microsoft.SharePoint.Administration namespace