Click or drag to resize
StoryDestroySlide Method
Destroy a slide in the story.

Namespace: Qlik.Sense.Client.Storytelling
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool DestroySlide(
	string id
)

Parameters

id
Type: SystemString
The id if the slide to be destroyed.

Return Value

Type: Boolean
True if operation succeded

Implements

IStoryDestroySlide(String)
See Also