OnDemandDataMedium Properties |
The OnDemandDataMedium type exposes the following members.
Name | Description | |
---|---|---|
Data |
Gets the data.
| |
FilePath |
Gets the file path.
This will only be set in the case of a medium set by an external component.
It will usually correspond to a temp file that corresponds to a MediumType unsupported in its original format.
| |
IsTempFile |
Gets a value indicating if the FilePath points to a temporary file.
| |
MediumType |
Gets the medium type.
| |
OriginalMediumType |
Gets the original medium type.
| |
Stream |
Gets the stream.
|