Lists.AddWikiPage Method
Namespace: [Lists Web service]
Web service reference: http://Site/_vti_bin/Lists.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/AddWikiPage", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function AddWikiPage ( _
strListName As String, _
listRelPageUrl As String, _
wikiContent As String _
) As XmlNode
'Usage
Dim instance As Lists
Dim strListName As String
Dim listRelPageUrl As String
Dim wikiContent As String
Dim returnValue As XmlNode
returnValue = instance.AddWikiPage(strListName, _
listRelPageUrl, wikiContent)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/AddWikiPage", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode AddWikiPage(
string strListName,
string listRelPageUrl,
string wikiContent
)
Parameters
- strListName
Type: System.String
- listRelPageUrl
Type: System.String
- wikiContent
Type: System.String
Return Value
Type: System.Xml.XmlNode
Returns XmlNode.