Click or drag to resize

OnDemandDataFormatGetMatchingFormat Method

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

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

Parameters

format
Type: ShellBoost.CoreOnDemandDataFormat
The format.

Return Value

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