Click or drag to resize

WorkspaceAPICreateSlideshow Method

Create a slideshow in the specified workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public long CreateSlideshow(
	string slideName,
	List<long> viewIds,
	Dictionary<string, Object> config
)

Parameters

slideName
Type: SystemString
Name of the slideshow to be created.
viewIds
Type: System.Collections.GenericListInt64
Ids of the view to be included in the slideshow.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: Int64
Slideshow id.
See Also