Click or drag to resize

ReportClientGetViewName Method

This function returns the name of a view in Zoho Analytics.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetViewName(
	string userURI,
	long objId,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
objId
Type: SystemInt64
The view id (object id).
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: String
View name.
See Also