Webs.RevertAllFileContentStreams method

Reverts the content streams of all files within the Web site.

Namespace:  WebSvcWebs
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/RevertAllFileContentStreams", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub RevertAllFileContentStreams
'Usage
Dim instance As Webs

instance.RevertAllFileContentStreams()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/RevertAllFileContentStreams", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void RevertAllFileContentStreams()

See also

Reference

Webs class

Webs members

WebSvcWebs namespace