List.SaveAsNewView(String, String, Boolean, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<string> SaveAsNewView (string oldName, string newName, bool privateView, string uri);
member this.SaveAsNewView : string * string * bool * string -> Microsoft.SharePoint.Client.ClientResult<string>
Public Function SaveAsNewView (oldName As String, newName As String, privateView As Boolean, uri As String) As ClientResult(Of String)
Parameters
- oldName
- String
- newName
- String
- privateView
- Boolean
- uri
- String
Returns
- Attributes