| 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
)
Public Shared Function ConvertToJson (
index As IIndex
) As JObject
Parameters
- index
- Type: Dynamicweb.IndexingIIndex
Index object instance
Return Value
Type:
JObjectJson data of object instance
See Also