List.SaveAsNewView method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function SaveAsNewView ( _
oldName As String, _
newName As String, _
privateView As Boolean, _
uri As String _
) As ClientResult(Of String)
'Usage
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
)
Parameters
- oldName
Type: System.String
- newName
Type: System.String
- privateView
Type: System.Boolean
- uri
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>