Метод Lists.GetListContentTypesAndProperties
Возвращает свойства для указанного списка типа контента и схема определения типа контента.
Пространство имен: WebSvcLists
Сборка: STSSOAP (в STSSOAP.dll)
Синтаксис
'Декларация
<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
'Применение
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
)
Параметры
listName
Тип: System.StringСтрока, представляющая имя списка.
contentTypeId
Тип: System.StringСтрока, которая представляет идентификатор типа контента для типа контента, для которого требуется удалить элемент XMLDocument .
propertyPrefix
Тип: System.StringСтрока, которая будет запускаться в полученном свойства.
includeWebProperties
Тип: System.BooleanЛогическое значение, указывающее, следует ли включать свойства из родительского веб-узла из списка.
includeWebPropertiesSpecified
Тип: System.BooleanЛогическое значение, указывающее, следует ли включать свойства из родительского веб-узла из списка.
Возвращаемое значение
Тип: System.Xml.XmlNode
XML, представляющий типов контента в списке и свойства, запрашиваемые.