Click or drag to resize

WorkspaceAPIGetSlideshowURL Method

Returns slide URL to access the specified slideshow.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public string GetSlideshowURL(
	long slideId,
	Dictionary<string, Object> config
)

Parameters

slideId
Type: SystemInt64
The id of the slideshow.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: String
Slideshow URL.
See Also