| ISlideDestroySlideItemAsync Method |
Destroy slide item
Namespace: Qlik.Sense.Client.StorytellingAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<bool> DestroySlideItemAsync(
string id
)
Function DestroySlideItemAsync (
id As String
) As Task(Of Boolean)
Parameters
- id
- Type: SystemString
Id for the slide item
Return Value
Type:
TaskBooleanA task with boolean, true if the slide item was destroyed successfully
See Also