| 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
)
Public Shared Function ConvertToIndex (
obj As JObject
) As IIndex
Parameters
- obj
- Type: JObject
Json data
Return Value
Type:
IIndexIIndex based object instance
See Also