Lists.AddDiscussionBoardItem Method
Windows SharePoint Services 3
Adds an item to the specified discussion board on the current Web site.
Web Service: ListsWeb Reference: http://<Site>/_vti_bin/Lists.asmx
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/AddDiscussionBoardItem", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public XmlNode AddDiscussionBoardItem ( string listName, byte[] message )
Parameters
- listName
A string that contains the internal name of the list.
- message
The base64Binary content of the item to add.