The IPresentersCollection Interface provides the following methods for retrieving the presenters information:
Property | Type | Description |
---|---|---|
count | Number | Number of presenters in the collection |
Method | Description |
---|---|
getPresenter(index:Number):IPresenterInfo | Returns IPresenterInfo interface providing the information about the specified presenter. Note: the index parameter is an integer value from 0 to (number of presenters - 1) |