???ReportClient.RemoveShare Method
Click or drag to resize
ReportClientRemoveShare Method
This method is used to remove the shared views (tables/reports/dashboards) in ManageEngine Analytics Plus from the users.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveShare(
	string dbURI,
	string emailIds,
	Dictionary<string, string> config
)

Parameters

dbURI
Type:??SystemString
The database URI.
emailIds
Type:??SystemString
The email ids.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also