???ReportClient.GetViewName Method
Click or drag to resize
ReportClientGetViewName Method
This function returns the name of a view in ManageEngine Analytics Plus.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.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