3.2.5.79.2.1.9 SaveAsNewView

Return Type: CSOM String

Overwrites a view if it already exists, creates a new view if it does not; and then extracts the implementation-specific filter and sort information from the URL and builds and updates the view's XML.<59> Returns the URL of the view.

Parameters:

oldName: The name of the view the user is currently on.

Type: CSOM String

newName: The new name given by the user.

Type: CSOM String

privateView: Set to "true" to make the view private; otherwise, "false".

Type: CSOM Boolean

uri: URL that contains all the implementation-specific filter and sort information for the view.

Type: CSOM String