WorkspaceAPIGetSlideshowDetails Method |
Returns details of the specified slideshow.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> GetSlideshowDetails(
long slideId
)
Parameters
- slideId
- Type: SystemInt64
The id of the slideshow.
Return Value
Type:
DictionaryString,
ObjectSlideshow details.
See Also