Click or drag to resize

OnDemandDataFormatGetMedium Method

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

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

Parameters

dataObject
Type: 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