Click or drag to resize

ReportClientGetShareInfo Method

Gets the share information.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.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 workspace URI.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: ShareInfo
ShareInfo object.
See Also