Click or drag to resize

OnDemandDataMedium Class

Represents a particular representation of a data object in a given data format.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreOnDemandDataMedium

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class OnDemandDataMedium

The OnDemandDataMedium type exposes the following members.

Constructors
  NameDescription
Public methodOnDemandDataMedium(Byte)
Initializes a new instance of the OnDemandDataMedium class from an array of bytes.
Public methodOnDemandDataMedium(Stream, Boolean)
Initializes a new instance of the OnDemandDataMedium class from a stream.
Top
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
Methods
See Also