| IndexHelperMerge Method (JObject, IIndex) |
Merges json data to index
Namespace:
Dynamicweb.Indexing
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static void Merge(
JObject json,
IIndex index
)
Public Shared Sub Merge (
json As JObject,
index As IIndex
)
Parameters
- json
- Type: JObject
Json data - index
- Type: Dynamicweb.IndexingIIndex
Index instance
See Also