Share via


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