Click or drag to resize

OnDemandDataObjectSetMedium Method

Sets a medium for this object in a specific format.

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

Parameters

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