Click or drag to resize

OnDemandDataMedium Properties

The OnDemandDataMedium type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the data.
Public propertyFilePath
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.
Public propertyIsTempFile
Gets a value indicating if the FilePath points to a temporary file.
Public propertyMediumType
Gets the medium type.
Public propertyOriginalMediumType
Gets the original medium type.
Public propertyStream
Gets the stream.
Top
See Also