Click or drag to resize

QueryJsonConverterCanConvert Method

Indicates whether converter can convert the type

Namespace:  Dynamicweb.Indexing.Querying
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: SystemType
Type of object

Return Value

Type: Boolean
True if converter can convert the Type, otherwise - false
See Also