Click or drag to resize
SearchIndexDataSourceEnum Enumeration
Indicates type of the data source for indexed page.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public enum SearchIndexDataSourceEnum
Members
  Member nameValueDescription
HTMLOutput0 Page HTML output is source of index data (crawler).
ContentFields1 Page content fields are source of index data.
Both2 Both HTML output and content fields are source of index data.
Remarks
Data source applies only to page indexes.
See Also