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.
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.