| IIndexServiceSaveIndex Method (String, String, IIndex) |
Saves index state
Namespace:
Dynamicweb.Indexing
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax void SaveIndex(
string repository,
string item,
IIndex index
)
Sub SaveIndex (
repository As String,
item As String,
index As IIndex
)
Parameters
- repository
- Type: SystemString
Repository name - item
- Type: SystemString
Item name - index
- Type: Dynamicweb.IndexingIIndex
Index instance
See Also