Click or drag to resize

ReportClientGetSlideList Method

Get the list of all available slideshow 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 GetSlideList(
	string dbURI,
	Dictionary<string, Object> slideConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
slideConfig
Type: System.Collections.GenericDictionaryString, Object
"slideConfig" can contain any additional information. can be null.

Return Value

Type: String
List of the slideshows present in the workspace
See Also