OnDemandDataObjectGetMedium Method |
Gets a medium for this object for the specific format.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual OnDemandDataMedium GetMedium(
OnDemandDataFormat format
)
Parameters
- format
- Type: callback.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