Click or drag to resize
SearchSettingsInfo Class
Search settings class.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSearchSettingsInfo

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class SearchSettingsInfo : IDataContainer, 
	ISimpleDataContainer

The SearchSettingsInfo type exposes the following members.

Constructors
  NameDescription
Public methodSearchSettingsInfo
Top
Properties
  NameDescription
Public propertyColumnNames
Returns array of property names.
Public propertyContent
Content column.
Public propertyFieldName
Custom field name column.
Public propertyID
GUID column.
Public propertyItem
Gets or sets the value of the column.
Public propertyName
Name column.
Public propertySearchable
Searchvable column.
Public propertyTokenized
Tokenized column of item.
Top
Methods
  NameDescription
Public methodContainsColumn
Indicates if specified property is included.
Public methodGetValue
Returns value specified by property name.
Public methodSetValue
Sets value to specified property.
Public methodTryGetValue
Returns value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also