OnDemandDataObjectGetMedium Method |
Gets a medium for this object for the specific format.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual OnDemandDataMedium GetMedium(
OnDemandDataFormat format
)
Parameters
- format
- Type: ShellBoost.CoreOnDemandDataFormat
The format.
Return Value
Type:
OnDemandDataMediumAn instance of the OnDemandDataMedium class or null if not matching format was found or no medium was available for the found format.
Exceptions See Also