API Reference
Class
Presentation
Represents a named presentation consisting of multiple elements.
Inheritance
- Object
- Presentation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxBundle.Presentations
- Property AdmxDocument.Presentations
Accepted by parameters
- Constructor AdmxDocument.AdmxDocument
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object