SPList.GetPropertiesXmlForUncustomizedViews - Méthode
Returns properties of the uncustomized views of the list, including the GUID, the type, the display name, the URL, and the ID of the base view.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetPropertiesXmlForUncustomizedViews As String
'Utilisation
Dim instance As SPList
Dim returnValue As String
returnValue = instance.GetPropertiesXmlForUncustomizedViews()
public string GetPropertiesXmlForUncustomizedViews()
Valeur renvoyée
Type : System.String
A string that contains a Collaborative Application Markup Language fragment that specifies the properties.
Remarques
The GetPropertiesXmlForUncustomizedViews property returns a string in the following form.
<View Name="{7591FC7D-8304-42C7-9456-09F4241AC6F8}"
Type="HTML" DisplayName="View_Name"
Url="Lists/List_Title/File_Name.aspx"
BaseViewID="1" />