Click or drag to resize

IndexHelperConvertToIndex Method (JObject)

Converts json object to index

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

Parameters

obj
Type: JObject
Json data

Return Value

Type: IIndex
IIndex based object instance
See Also