The IExternalResource interface provides information on an external resource of the presentation found with the IPresentation.Scan() method.
This interface is an item in the IExternalResources collection.
Table 1. Properties
Property | Value Type | Access | Property description |
---|
Type | ExternalResourceTypeEnum | Read only | The presentation's external resource type: audio or video. |
Status | ExternalResourceStatusEnum | Read only | The presentation's external resource status: whether it is linked to the presentation with relative or absolute path, or not found. |
Path | string | Read only | The path to the external resource. |