Click or drag to resize

OnDemandDataObjectSetMedium Method

Sets a medium for this object in a specific format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SetMedium(
	OnDemandDataFormat format,
	OnDemandDataMedium medium
)

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format.
medium
Type: callback.ShellBoost.CoreOnDemandDataMedium
The medium.
Exceptions
ExceptionCondition
ArgumentNullExceptionformat or medium is null.
See Also