Lists.GetListContentTypesAndProperties-Methode
Der Inhaltstyp-Definitionsschema und Eigenschaften für den Inhaltstyp für die angegebene Liste zurückgegeben.
Namespace: WebSvcLists
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetListContentTypesAndProperties", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetListContentTypesAndProperties ( _
listName As String, _
contentTypeId As String, _
propertyPrefix As String, _
includeWebProperties As Boolean, _
includeWebPropertiesSpecified As Boolean _
) As XmlNode
'Usage
Dim instance As Lists
Dim listName As String
Dim contentTypeId As String
Dim propertyPrefix As String
Dim includeWebProperties As Boolean
Dim includeWebPropertiesSpecified As Boolean
Dim returnValue As XmlNode
returnValue = instance.GetListContentTypesAndProperties(listName, _
contentTypeId, propertyPrefix, includeWebProperties, _
includeWebPropertiesSpecified)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetListContentTypesAndProperties", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public XmlNode GetListContentTypesAndProperties(
string listName,
string contentTypeId,
string propertyPrefix,
bool includeWebProperties,
bool includeWebPropertiesSpecified
)
Parameter
listName
Typ: System.StringEine Zeichenfolge, die den Namen der Liste darstellt.
contentTypeId
Typ: System.StringEine Zeichenfolge, die die Inhaltstyp-ID des Inhaltstyps, dem das XMLDocument -Element löschen darstellt.
propertyPrefix
Typ: System.StringEine Zeichenfolge, die Eigenschaften in die Rendite der gestartet werden soll.
includeWebProperties
Typ: System.BooleanEin boolescher Wert, der angibt, ob die Eigenschaften aus dem übergeordneten Web der Liste enthalten sein sollen.
includeWebPropertiesSpecified
Typ: System.BooleanEin boolescher Wert, der angibt, ob die Eigenschaften aus dem übergeordneten Web der Liste enthalten sein sollen.
Rückgabewert
Typ: System.Xml.XmlNode
Die XML-Code der Inhaltstypen in der Liste und die Eigenschaften angefordert.