SearchIndexSettingsInfo Class |
Namespace: CMS.DataEngine
public class SearchIndexSettingsInfo : IDataContainer, ISimpleDataContainer
The SearchIndexSettingsInfo type exposes the following members.
Name | Description | |
---|---|---|
SearchIndexSettingsInfo |
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 there is path in this item which matches(subpath or exect match) specified parameter.
| |
SetValue |
Sets value of column.
| |
TryGetValue |
Returns value of column.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
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.
| |
ForumNames |
Gets or sets the forum 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.
| |
IncludeBlogs |
Enables or disables blogs inclusion.
| |
IncludeCategories |
Enables or disables categories inclusion.
| |
IncludeForums |
Enables or disables forums inclusion.
| |
IncludeMessageCommunication |
Enables or disables message communication 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.
|