Click or drag to resize
DocumentSearchEventArgsIsCrawler Property

Note: This API is now obsolete.

If true, the content is indexed for a crawler

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("This property is for backward compatibility. It's set to true for IndexDataSource == IndexDataSourceEnum.HTMLOutput. Use IndexDataSource property instead.")]
public bool IsCrawler { get; set; }

Property Value

Type: Boolean
See Also