OnDemandDataObjectGetFormat Method |
Gets a specific format.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual OnDemandDataFormat GetFormat(
OnDemandDataFormat format
)
Parameters
- format
- Type: ShellBoost.CoreOnDemandDataFormat
The format specification.
Return Value
Type:
OnDemandDataFormatA OnDemandDataFormat instance or null if no matching format was found.
Exceptions See Also