Click or drag to resize
StoryDestroySlideAsync 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 Task<bool> DestroySlideAsync(
	string id
)

Parameters

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

Return Value

Type: TaskBoolean
A task with a boolean as reult (true if operation succeded).

Implements

IStoryDestroySlideAsync(String)
See Also