Click or drag to resize
ReportClientGetShareInfo Method
Gets the share information.

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

Parameters

dbURI
Type: SystemString
The database URI.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: ShareInfo
ShareInfo object
See Also