Click or drag to resize
StoryGetEnumerator Method
Returns an enumerator that iterates through the collection.

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 IEnumerator<ISlide> GetEnumerator()

Return Value

Type: IEnumeratorISlide
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also