Versions Class

Provides methods for working with file versions.

Web Service: VersionsWeb Reference: http://<Site>/_vti_bin/Versions.asmx

Syntax

<WebServiceBindingAttribute(Name:="VersionsSoap", Web Service:="http://schemas.microsoft.com/sharepoint/soap/")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Class Versions
    Inherits SoapHttpClientProtocol

Dim instance As Versions
[WebServiceBindingAttribute(Name="VersionsSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/")] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public class Versions : SoapHttpClientProtocol

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Versions.Versions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Versions Members
Versions Web Service