SearchIndexSettings Class |
Namespace: CMS.DataEngine
public class SearchIndexSettings : IStructuredData
The SearchIndexSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchIndexSettings |
Name | Description | |
---|---|---|
![]() | DeleteSearchIndexSettingsInfo(Guid) |
Deletes search index setting item.
|
![]() | DeleteSearchIndexSettingsInfo(SearchIndexSettingsInfo) |
Deletes search index setting item.
|
![]() | GetAll |
Returns dataset with all index settings items.
|
![]() | GetData |
Returns xml code of search index settings.
|
![]() | GetSearchIndexSettingsInfo(Guid) |
Returns search index setting item.
|
![]() | GetSearchIndexSettingsInfo(String) |
Returns search index setting item.
|
![]() | GetXmlElement |
Gets the XML element for the data
|
![]() | LoadData |
Loads settings from xml data.
|
![]() | LoadFromXmlElement |
Loads the data from the given XML element
|
![]() | SetSearchIndexSettingsInfo |
Adds or updates item in search index settings.
|