Click or drag to resize
ReportClientRenameView Method
Rename the specified view with the new name and description.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RenameView(
	string dbURI,
	string viewName,
	string newViewName,
	string viewDesc,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The database URI.
viewName
Type: SystemString
Name of the view.
newViewName
Type: SystemString
New name of the view.
viewDesc
Type: SystemString
The view desc.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also