Click or drag to resize

OnDemandDataFormatGetMatchingFormat Method

Gets the matching format for this format. Used for multi-indices formats.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual OnDemandDataFormat GetMatchingFormat(
	OnDemandDataFormat format
)

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format.

Return Value

Type: OnDemandDataFormat
A format that matches the medium.
See Also