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 public virtual OnDemandDataMedium GetMedium(
OnDemandDataObject dataObject
)
Parameters
- dataObject
- Type: ShellBoost.CoreOnDemandDataObject
The data object.
Return Value
Type:
OnDemandDataMediumA medium instance or null if no medium is defined for this format and this data object.
Exceptions See Also