Click or drag to resize

IndexHelperConvertToJson Method

Converts index to json format

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static JObject ConvertToJson(
	IIndex index
)

Parameters

index
Type: Dynamicweb.IndexingIIndex
Index object instance

Return Value

Type: JObject
Json data of object instance
See Also