Lists.GetVersionCollection Method
Windows SharePoint Services 3
Returns version information for the specified field in a SharePoint list.
Web Service: ListsWeb Reference: http://<Site>/_vti_bin/Lists.asmx
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetVersionCollection", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public XmlNode GetVersionCollection ( string strlistID, string strlistItemID, string strFieldName )
Parameters
- strlistID
A string that contains the ID of the list.
- strlistItemID
A string that contains the ID of the item.
- strFieldName
A string that contains the name of the field.