SPWeb.RevertAllDocumentContentStreams Method

Restores all files within the website to their original, uncustomized state so that their logic becomes cached in memory (also known as "ghosted") rather than stored within the database.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Sub RevertAllDocumentContentStreams
'Usage
Dim instance As SPWeb

instance.RevertAllDocumentContentStreams()
public void RevertAllDocumentContentStreams()

Exceptions

Exception Condition
SPException

One or more files cannot be restored.

Remarks

If a file cannot be restored, the method continues to attempt to restore the remaining files and throws one exception after processing all of the files.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace