Click or drag to resize

ViewAPISaveAs Method

Copy a specified view within the workspace.

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

Parameters

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

Return Value

Type: Int64
View id.
See Also