Click or drag to resize

WorkspaceAPIUpdateSlideshow Method

Update details of the specified slideshow.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void UpdateSlideshow(
	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.
See Also