SearchFileSystemCriteriaContentsExprSpanFile Property

Gets or sets the flag indicating if the content search is matched across the whole file. If false the expression is matched on a line-by-line basis.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public bool ContentsExprSpanFile { get; set; }

Property Value

Boolean

See Also