SearchSettings Class |
Namespace: CMS.DataEngine
[SerializableAttribute] public class SearchSettings : IEnumerable<SearchSettingsInfo>, IEnumerable, IStructuredData
The SearchSettings type exposes the following members.
Name | Description | |
---|---|---|
SearchSettings |
Name | Description | |
---|---|---|
CONTENT |
Content field.
| |
IFIELDNAME |
Field field.
| |
SEARCHABLE |
Searchable field.
| |
TOKENIZED |
Tokenized field.
|
Name | Description | |
---|---|---|
Items |
Gets list of all settings items indexed by GUID.
| |
ItemsByName |
Gets list of all settings items indexed by name.
|
Name | Description | |
---|---|---|
CopyTo |
Copies selected fields to another search settings object
| |
DeleteSearchSettingsInfo(Guid) |
Deletes search setting item.
| |
DeleteSearchSettingsInfo(SearchSettingsInfo) |
Deletes search index setting item.
| |
GetAllSettingsInfos |
Returns all search settings as DataSet.
| |
GetData |
Returns xml code of search index settings.
| |
GetEnumerator |
Returns the enumerator
| |
GetSettingsInfo(Guid) |
Returns search setting item by specified II (GUID).
| |
GetSettingsInfo(String) |
Returns search setting item by specified II (GUID).
| |
GetXmlElement |
Gets the XML element for the data
| |
LoadData |
Loads settings from xml data.
| |
LoadFromXmlElement |
Loads the data from the given XML element
| |
SearchesAnyOf |
Returns true if the search settings indexes any of the given columns
| |
SetSettingsInfo |
Adds or overwrites search setting item in hashtable.
|
Name | Description | |
---|---|---|
BatchSearchSettingsInfo |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToHashSetSearchSettingsInfo |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToListSearchSettingsInfo, TTo |
Converts the given collection to a list of values
(Defined by BaseExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |