Click or drag to resize

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
C#
protected virtual OnDemandDataMedium GetMedium(
	OnDemandDataFormat format
)

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format.

Return Value

Type: OnDemandDataMedium
An instance of the OnDemandDataMedium class or null if not matching format was found or no medium was available for the found format.
Exceptions
ExceptionCondition
ArgumentNullExceptionformat is null.
See Also