SPWebAction class

Abstract super class for all SPWeb upgrade actions.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Upgrade.SPAction
    Microsoft.SharePoint.Upgrade.SPWebAction

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

Syntax

'Declaration
Public MustInherit Class SPWebAction _
    Inherits SPAction
'Usage
Dim instance As SPWebAction
public abstract class SPWebAction : SPAction

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPWebAction members

Microsoft.SharePoint.Upgrade namespace