Click or drag to resize

OnDemandDataFormatGetMedium Method

Gets a medium for this format from the specififed data object.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual OnDemandDataMedium GetMedium(
	OnDemandDataObject dataObject
)

Parameters

dataObject
Type: callback.ShellBoost.CoreOnDemandDataObject
The data object.

Return Value

Type: OnDemandDataMedium
A medium instance or null if no medium is defined for this format and this data object.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataObject is null.
See Also