Click or drag to resize

ReportClientGetSlideInfo Method

Get the meta-information of the provided slide present in the workspace identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetSlideInfo(
	string dbURI,
	Dictionary<string, Object> slideConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
slideConfig
Type: System.Collections.GenericDictionaryString, Object
"slideConfig" Contains slide configuration.

Return Value

Type: String
Meta information of the provided slide present in the workspace.
See Also