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.
Reverts the content stream of the file with the specified URL.
Namespace: [Webs Web service]
Web service reference: http://Site/_vti_bin/Webs.asmx
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
- fileUrl
Type: System.String