The SearchIndexSettingsInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
SearchIndexSettingsInfo |
Methods
Name | Description | |
---|---|---|
ContainsColumn |
Returns true if the object contains specified column.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetValue |
Sets value of column.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Returns value of column.
|
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
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.
|
Properties
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.
|
See Also