The ExternalResources Interface represents a collection of the presentation
external resources. The ExternalResources Interface exposes the following properties and methods:
Table 1. Properties
| Property |
Value Type |
Access |
Default value |
Property description |
| Count |
int |
Read only |
|
Returns number of external resources in the collection |
Table 2. Methods
| Method |
Method description |
| ExternalResource Item(int resourceIndex) |
Returns the ExternalResource interface representing an external resource with the specified index. The resourceIndex parameter is 1-based. |