del método SPList.GetPropertiesXmlForUncustomizedViews
Devuelve las propiedades de las vistas no personalizadas de la lista, incluidos el GUID, el tipo, el nombre para mostrar, la dirección URL y el identificador de la vista base.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Function GetPropertiesXmlForUncustomizedViews As String
'Uso
Dim instance As SPList
Dim returnValue As String
returnValue = instance.GetPropertiesXmlForUncustomizedViews()
public string GetPropertiesXmlForUncustomizedViews()
Valor devuelto
Tipo: System.String
A string that contains a Collaborative Application Markup Language fragment that specifies the properties.
Comentarios
La propiedad GetPropertiesXmlForUncustomizedViews devuelve una cadena con el formato siguiente.
<View Name="{7591FC7D-8304-42C7-9456-09F4241AC6F8}"
Type="HTML" DisplayName="View_Name"
Url="Lists/List_Title/File_Name.aspx"
BaseViewID="1" />