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)
Syntaxpublic 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:
StringMeta information of the provided slide present in the workspace.
See Also