OnDemandDataMedium Class |
Namespace: ShellBoost.Core
public sealed class OnDemandDataMedium
The OnDemandDataMedium type exposes the following members.
| Name | Description | |
|---|---|---|
| OnDemandDataMedium(Byte) |
Initializes a new instance of the OnDemandDataMedium class from an array of bytes.
| |
| OnDemandDataMedium(Stream, Boolean) |
Initializes a new instance of the OnDemandDataMedium class from a stream.
|
| 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.
|
| Name | Description | |
|---|---|---|
| ToString |
Converts to string.
(Overrides ObjectToString.) |