API Reference
Class
Presentation
Represents a named presentation consisting of multiple elements.
Inheritance
- Object
- Presentation
Constructors
public Presentation(String id, IReadOnlyList<PresentationElement> elements) #Initializes a new instance of the Presentation class.
Parameters
- id System.String
- Presentation identifier.
- elements System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PresentationElement}
- Ordered collection of elements.