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.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public bool ContentsExprSpanFile { get; set; }
public:
property bool ContentsExprSpanFile {
bool get ();
void set (bool value);
}
Property Value
Boolean