SPManager.RevertAllDocumentCustomizationsOnUpgrade Property

Gets a Boolean value that indicates whether the upgrade reverts all document customizations.

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

Syntax

'Declaration
Public Shared ReadOnly Property RevertAllDocumentCustomizationsOnUpgrade As Boolean
    Get
'Usage
Dim value As Boolean

value = SPManager.RevertAllDocumentCustomizationsOnUpgrade
public static bool RevertAllDocumentCustomizationsOnUpgrade { get; }

Property Value

Type: System.Boolean
true if the upgrade reverts all document customizations; otherwise, false.

See Also

Reference

SPManager Class

SPManager Members

Microsoft.SharePoint.Upgrade Namespace