???ReportClient.AddDbOwner Method
Click or drag to resize
ReportClientAddDbOwner Method
This method is used to add new owners to the reports database.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddDbOwner(
	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