SearchSettings Methods |
The SearchSettings type exposes the following members.
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.) |