Click or drag to resize

ReportClientDeleteSlideShow Method

Delete the mentioned slides 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 void DeleteSlideShow(
	string dbURI,
	Dictionary<string, Object> slideConfig
)

Parameters

dbURI
Type: SystemString
The workspace URI.
slideConfig
Type: System.Collections.GenericDictionaryString, Object
"slideConfig" Contains required information to delete slideshows.
See Also