Forms Class

Provides methods for returning forms that are used in the user interface when working with the contents of a list.

Web Service: FormsWeb Reference: http://<Site>/_vti_bin/Forms.asmx

Syntax

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

Dim instance As Forms
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DesignerCategoryAttribute("code")] 
[WebServiceBindingAttribute(Name="FormsSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/")] 
[DebuggerStepThroughAttribute] 
public class Forms : 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
            Forms.Forms

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

Forms Members
Forms Web Service