SearchIndexSettingsInfo Class |
Namespace: CMS.DataEngine
public class SearchIndexSettingsInfo : IDataContainer, ISimpleDataContainer
The SearchIndexSettingsInfo type exposes the following members.
Name | Description | |
---|---|---|
SearchIndexSettingsInfo |
Name | Description | |
---|---|---|
mData |
Collection of the data contents.
| |
TYPE_ALLOWED |
Public constant for item of type allowed.
| |
TYPE_EXLUDED |
Public constant for item of type excluded.
|
Name | Description | |
---|---|---|
ClassNames |
Gets or sets class names of the custom tables.
| |
ColumnNames |
Column names.
| |
ID |
Gets or sets item identifier.
| |
IncludeAttachments |
Enables or disables attachment content indexing. If true, all the attachments with supported file
type (for which there is an extractor and which is allowed in the Site Manager setting) the text is
extracted and included in the search index.
| |
IncludeCategories |
Enables or disables categories inclusion.
| |
Item |
Gets or sets the value of the column.
| |
Path |
Gets or sets path.
| |
SiteName |
Gets or sets the item sitename.
| |
Type |
Gets or sets type.
| |
WhereCondition |
Gets or sets the where condition.
|
Name | Description | |
---|---|---|
ContainsColumn |
Returns true if the object contains specified column.
| |
GetValue |
Returns value of column.
| |
MatchClassNames |
Returns true if there is classname in this item which matches specified parameter.
| |
MatchPath |
Returns true if Path in this item matches specified parameter.
| |
SetValue |
Sets value of column.
| |
TryGetValue |
Returns value of column.
|
Name | Description | |
---|---|---|
CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML(XmlWriter, Boolean) | Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) | |
ToXML(String, Boolean) | Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML(XmlWriter, ListString, Boolean) | Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |