Webs.RevertFileContentStream - Méthode

Rétablit le flux de contenu du fichier avec l'URL spécifiée.

Espace de noms :  WebSvcWebs
Assembly :  STSSOAP (dans STSSOAP.dll)

Syntaxe

'Déclaration
<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 _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

Webs classe

Webs - Membres

WebSvcWebs - Espace de noms