Метод SPList.GetPropertiesXmlForUncustomizedViews
Возвращает свойства ненастроенная представления списка, включая идентификатор GUID, тип, отображаемое имя, URL-адрес и идентификатор базового представления.
Пространство имен: Microsoft.SharePoint
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
Public Function GetPropertiesXmlForUncustomizedViews As String
'Применение
Dim instance As SPList
Dim returnValue As String
returnValue = instance.GetPropertiesXmlForUncustomizedViews()
public string GetPropertiesXmlForUncustomizedViews()
Возвращаемое значение
Тип: System.String
A string that contains a Схемы Collaborative Application Markup Language (CAML) fragment that specifies the properties.
Замечания
Свойство GetPropertiesXmlForUncustomizedViews возвращает строку в следующем формате.
<View Name="{7591FC7D-8304-42C7-9456-09F4241AC6F8}"
Type="HTML" DisplayName="View_Name"
Url="Lists/List_Title/File_Name.aspx"
BaseViewID="1" />