Click or drag to resize

ViewAPIRename Method

Rename a specified view in the workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void Rename(
	string newViewName,
	Dictionary<string, Object> config
)

Parameters

newViewName
Type: SystemString
The new name of the view.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also