Share via


Lists.AddWikiPage-Methode

Eine Wiki-Seitenbibliothek hinzugefügt eine neue Wikiseite.

Namespace:  WebSvcLists
Assembly:  STSSOAP (in STSSOAP.dll)

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
)

Parameter

  • strListName
    Typ: System.String

    Der Name der Wiki-Bibliothek zum Erstellen der Wikiseite.

  • listRelPageUrl
    Typ: System.String

    Die Liste relative URL der Wiki-Seiten.

Rückgabewert

Typ: System.Xml.XmlNode
Die XML-Code der SPListItem , die erstellt wird.

Siehe auch

Referenz

Lists Klasse

Lists-Member

WebSvcLists-Namespace