List.SaveAsNewView - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function SaveAsNewView ( _
oldName As String, _
newName As String, _
privateView As Boolean, _
uri As String _
) As ClientResult(Of String)
'Utilisation
Dim instance As List
Dim oldName As String
Dim newName As String
Dim privateView As Boolean
Dim uri As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.SaveAsNewView(oldName, _
newName, privateView, uri)
public ClientResult<string> SaveAsNewView(
string oldName,
string newName,
bool privateView,
string uri
)
Paramètres
- oldName
Type : System.String
- newName
Type : System.String
- privateView
Type : System.Boolean
- uri
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>