Forms.GetForm Method
Windows SharePoint Services 3
Returns the schema of a form for a specified list based on the name of the list and the URL of the form.
Web Service: FormsWeb Reference: http://<Site>/_vti_bin/Forms.asmx
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetForm", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public XmlNode GetForm ( string listName, string formUrl )
Parameters
- listName
String that contains the internal name of the list.
- formUrl
String that contains the site-relative URL of the form to retrieve (for example, Lists/List_Name/NewForm.aspx).