Share via


Webs.RevertFileContentStream method

Reverts the content stream of the file with the specified URL.

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

Syntax

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

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

Parameters

See also

Reference

Webs class

Webs members

WebSvcWebs namespace