Freigeben über


Lists.UpdateContentTypesXmlDocument-Methode

Fügt oder überschreibt das angegebene XMLDocument -Element für alle Inhaltstypen in der angegebenen Liste.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateContentTypesXmlDocument", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function UpdateContentTypesXmlDocument ( _
    listName As String, _
    newDocument As XmlNode _
) As XmlNode
'Usage
Dim instance As Lists
Dim listName As String
Dim newDocument As XmlNode
Dim returnValue As XmlNode

returnValue = instance.UpdateContentTypesXmlDocument(listName, _
    newDocument)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/UpdateContentTypesXmlDocument", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode UpdateContentTypesXmlDocument(
    string listName,
    XmlNode newDocument
)

Parameter

  • listName
    Typ: System.String

    Eine Zeichenfolge, die den Namen der Liste darstellt.

  • newDocument
    Typ: System.Xml.XmlNode

    Eine Zeichenfolge, die das XML-Dokument ersetzen das vorhandene XML-Dokument darstellt.

Rückgabewert

Typ: System.Xml.XmlNode
Eine Zeichenfolge im folgenden Format, was bedeutet, dass die Methode erfolgreich ausgeführt wurde.

<Success xmlns="https://schemas.microsoft.com/sharepoint/soap/"/>

Hinweise

SharePoint Foundation identifiziert das XML-Dokument im Inhaltstyp Überschreiben von übereinstimmender URI des XML-Dokuments in der newDocument -Parameter übergeben.

Wenn das XML-Dokument im Inhaltstyp nicht vorhanden ist, fügt Sie SharePoint Foundation für den Inhaltstyp hinzu.

You can use XMLDocument elements to store custom information in content type definitions. For more information, see Custom Information in Content Types.

Siehe auch

Referenz

Lists Klasse

Lists-Member

WebSvcLists-Namespace

Weitere Ressourcen

Content Types

Content Type IDs